Update of /cvsroot/cpptool/rfta/include/rfta/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv27340/include/rfta/parser
Modified Files:
ASTNodes.h
Log Message:
-- extensions for class body
Index: ASTNodes.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/parser/ASTNodes.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ASTNodes.h 26 Apr 2003 10:46:59 -0000 1.17
--- ASTNodes.h 28 Apr 2003 20:41:35 -0000 1.18
***************
*** 225,228 ****
--- 225,230 ----
static const ASTNodeProperty declarationSpecifiersProperty;
+ static const ASTNodeProperty enumBodyProperty;
+ static const ASTNodeProperty classBodyProperty;
};
|