* deffilep.y: Remove commas from %token lines.
This commit is contained in:
parent
e7cb278a3f
commit
655f76a203
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue