K 10 svn:author V 5 asami K 8 svn:date V 27 1999-09-21T09:35:06.000000Z K 7 svn:log V 516 Mark this broken, doesn't build on either 3-stable or 4-current with a message like the one below: === g++ -c -O -pipe -I/usr/include/g++-include -I. -I/usr/local/include/pccts -o cccc.o cccc.cpp cccc.cpp: In method `void CParser::start(class ASTBase **)': cccc.cpp:47: `zzTracePrevRuleName' undeclared (first use this function) cccc.cpp:47: (Each undeclared identifier is reported only once cccc.cpp:47: for each function it appears in.) : === My guess is that this one was left behind after the pccts upgrade. END