* 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 96ba1e042f2970e41ddb44b3e73a751f49fdc573..832c3f6ff63d4517bf27e16e1eb776868d213151 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 b58aaee7146d17ece1e04de25a19fdc87810889b..81610eb9413b6fbcba7aeb9285f38276b7357ddc 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
This page took 0.024976 seconds and 4 git commands to generate.