[Synopsis-changes] Synopsis/Synopsis/tests/Parsers/Cpp/input macros.cc,NONE,1.1
Stefan Seefeld stefan at synopsis.fresco.orgTue Jan 13 19:14:51 UTC 2004
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cpp cpp.cc,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/include/Synopsis Object.hh,1.3,1.4 List.hh,1.3,1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/tests/Parsers/Cpp/input
In directory frida:/tmp/cvs-serv30280/Parsers/Cpp/input
Added Files:
macros.cc
Log Message:
new test
--- NEW FILE: macros.cc ---
#define FOO BAR
#define PREFIX(x,y) x##y
#define LOG(x) std::cout << (x) << std::endl;
void foo()
{
LOG(PREFIX("foo","bar"));
}
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cpp cpp.cc,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/include/Synopsis Object.hh,1.3,1.4 List.hh,1.3,1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list