Date: Mon, 9 Feb 2004 05:13:03 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent lexi.c Message-ID: <200402091313.i19DD3GC015518@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/02/09 05:13:03 PST FreeBSD src repository Modified files: usr.bin/indent lexi.c Log: 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 "char<declaration-indent>const foo". Revision Changes Path 1.17 +3 -1 src/usr.bin/indent/lexi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402091313.i19DD3GC015518>