* src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',

since it wasn't used; only the typedef name 'semantic_type' is needed.
Also, omit trailing white space.
This commit is contained in:
Paul Eggert
2006-12-18 17:27:23 +00:00
parent 5691bf57fb
commit db06f0ce72
3 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
* src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
since it wasn't used; only the typedef name 'semantic_type' is needed.
Also, omit trailing white space.
* bootstrap: Sync from coreutils.
(gnulib_extra_files): Add build-aux/announce.gen.
(slurp): Adjust .gitignore files like .cvsignore files.