devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / cproto / DESCR
1 Cproto is a program that generates function prototypes and variable
2 declarations from C source code.  It can also convert function definitions
3 between the old style and the ANSI C style.  This conversion overwrites the
4 original files, so make a backup copy of your files in case something goes
5 wrong.
6
7 The program isn't confused by complex function definitions as much as other
8 prototype generators because it uses a yacc generated parser.  By ignoring all
9 the input between braces, I avoided implementing the entire C language grammar.