Sun Jun 25 03:34:02 2000 George Lebl * treefuncs.def, main.c, utils.[ch], parse.y: sane parsing of const. Get rid of "stars" integer and just use a "pointer" string. Also the types in general are more sanely parsed, thus recognizing hopefully all legal (and some illegal) C types. * checks.[ch], main.c: checks the argument type to be one we can truly check. * treefuncs.def, main.c, parse.y, lexer.l: Apply patch from Bas van der Linden that adds the possibility to use chunks to allocate objects. * main.c: Apply patch from Bas van der Linden to add a __GOB_FUNCTION__ define to each function * Makefile.am, main.c, lexer.l, generate_treefuncs.pl: avoid and fix warnings, and compile with all warnings * main.[ch]: add an --always-private-struct option to always put in the private pointer, even if there are no private members. * test.gob: add some more tests for new stuff