Index: source/parser/rscdb.cxx =================================================================== RCS file: /cvs/gsl/rsc/source/parser/rscdb.cxx,v retrieving revision 1.4 diff -u -r1.4 rscdb.cxx --- source/parser/rscdb.cxx 6 Nov 2001 17:54:36 -0000 1.4 +++ source/parser/rscdb.cxx 13 Apr 2003 14:05:07 -0000 @@ -247,7 +247,7 @@ return NULL; #define ELSE_IF( a ) \ - else if( a##.GetId() == nId ) \ + else if( a.GetId() == nId ) \ return &a; \ if( aBool.GetId() == nId )