K 10 svn:author V 3 bde K 8 svn:date V 27 2004-02-09T13:13:03.000000Z K 7 svn:log V 484 Expanded the size of the keyword table from 100 to 1000 entries so that the number of typedef-names is not so limited. Same as in rev.1.4. Added the "const" and "volatile" to the keyword table. Rev.1.4 added these but they were misclassified so they were not formatted as types. indent still doesn't really understand them. E.g., it mangles "char * const *foo" and "char *const *foo". This change mainly stops it mangling "char const foo" to "charconst foo". END