From: <net...@us...> - 2003-04-26 11:09:31
|
Update of /cvsroot/cpptool/rfta/src/rftaparser In directory sc8-pr-cvs1:/tmp/cvs-serv26803/src/rftaparser Modified Files: rftaparser.dsp Log Message: -- declaration parsing (splits to specifier and declarators) Index: rftaparser.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rftaparser/rftaparser.dsp,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** rftaparser.dsp 22 Apr 2003 19:25:37 -0000 1.36 --- rftaparser.dsp 26 Apr 2003 11:09:27 -0000 1.37 *************** *** 414,417 **** --- 414,425 ---- # Begin Source File + SOURCE=.\UnparsedDeclarationMutator.cpp + # End Source File + # Begin Source File + + SOURCE=.\UnparsedDeclarationMutator.h + # End Source File + # Begin Source File + SOURCE=.\VariableDeclMutator.cpp # End Source File *************** *** 1104,1107 **** --- 1112,1123 ---- !ENDIF + # End Source File + # Begin Source File + + SOURCE=.\UnparsedDeclarationMutatorTest.cpp + # End Source File + # Begin Source File + + SOURCE=.\UnparsedDeclarationMutatorTest.h # End Source File # Begin Source File |