cvs commit: src/usr.bin/indent lexi.c

Bruce Evans bde at FreeBSD.org
Mon Feb 9 05:13:04 PST 2004


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


More information about the cvs-src mailing list