From: Baptiste L. <bl...@us...> - 2004-08-07 15:52:33
|
Update of /cvsroot/cpptool/CppParser/include/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9448/include/cpput Modified Files: config.h Log Message: * made a library out of the c++ parser (cppparser) * exposed the c++ parser to python (pycppparser) * migrating refactoring framework to python (pyrfta) Index: config.h =================================================================== RCS file: /cvsroot/cpptool/CppParser/include/cpput/config.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.h 5 Aug 2004 20:52:45 -0000 1.2 --- config.h 7 Aug 2004 15:52:23 -0000 1.3 *************** *** 99,102 **** --- 99,103 ---- # define CPPUT_LIB_NAME "cpput" //# include <cpput/autolink.h> + # undef CPPUT_LIB_NAME # endif |