* defparse.y: Remove unnecessary commas from token list.

This commit is contained in:
Danny Smith 2004-11-10 06:54:08 +00:00
parent 6639a9d92b
commit 74aba8aa72
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
* defparse.y: Remove unnecessary commas from token list.
2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
* doc/binutils.texi (nm): Update description of weak symbols.

View File

@ -29,8 +29,8 @@
int number;
};
%token NAME, LIBRARY, DESCRIPTION, STACKSIZE, HEAPSIZE, CODE, DATA
%token SECTIONS, EXPORTS, IMPORTS, VERSIONK, BASE, CONSTANT
%token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
%token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
%token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
%token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
%token <id> ID