* deffilep.y: Remove commas from %token lines.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 19 Oct 2003 15:21:31 +0000 (15:21 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 19 Oct 2003 15:21:31 +0000 (15:21 +0000)
ld/ChangeLog
ld/deffilep.y

index 187ae59ed4068e592ab5dc5df7ecc17d2fcd17ee..74b2cd98903e71f73905819246647bab09e80779 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-19  Andreas Schwab  <schwab@suse.de>
+
+       * deffilep.y: Remove commas from %token lines.
+
 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
index 875f482971e6c3d32bb6f0c87c31ea1ea86fe6e6..80cf5487f57e25b305d85f1165636e6897c3e1d5 100644 (file)
@@ -105,9 +105,9 @@ static const char *lex_parse_string_end = 0;
   int number;
 };
 
-%token NAME, LIBRARY, DESCRIPTION, STACKSIZE, HEAPSIZE, CODE, DATAU, DATAL
-%token SECTIONS, EXPORTS, IMPORTS, VERSIONK, BASE, CONSTANTU, CONSTANTL
-%token PRIVATEU, PRIVATEL
+%token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
+%token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
+%token PRIVATEU PRIVATEL
 %token READ WRITE EXECUTE SHARED NONAMEU NONAMEL DIRECTIVE
 %token <id> ID
 %token <number> NUMBER
This page took 0.03176 seconds and 4 git commands to generate.