RE:CINT bug(s)

Masaharu Goto (MXJ02154@nifty.ne.jp)
Sat, 24 Apr 1999 06:22:30 +0900


Jacek,

Thank you for reporting the bug.
I'll fix this.

Masaharu Goto

=======================================================
Hi,
If I ".L" the following piece of code :
---------------------------------------
#define aaa
#define bbb
#undef bbb
#define ccc
#undef ccc
#define ddd
---------------------------------------
and then try ".g", the CINT leaves "#define =0" :
---------------------------------------
0x84c7748 #define aaa=0
0x84c7758 #define =0
0x84c7920 #define =0
0x84c7930 #define ddd=0
---------------------------------------
Jacek.