* defparse.y: Remove unnecessary commas from token list.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 10 Nov 2004 06:54:08 +0000 (06:54 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Wed, 10 Nov 2004 06:54:08 +0000 (06:54 +0000)
binutils/ChangeLog
binutils/defparse.y

index 96ba1e0..832c3f6 100644 (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.
index b58aaee..81610eb 100644 (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