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.