(ALIGN): Remove unused token.

From-SVN: r8924
This commit is contained in:
Richard Kenner 1995-02-13 08:45:33 -05:00
parent e8112008dd
commit 5ed7f7b137
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void yyerror ();
/* the reserved words */
/* SCO include files test "ASM", so use something else. */
%token SIZEOF ENUM STRUCT UNION IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
%token BREAK CONTINUE RETURN GOTO ASM_KEYWORD TYPEOF ALIGNOF ALIGN
%token BREAK CONTINUE RETURN GOTO ASM_KEYWORD TYPEOF ALIGNOF
%token ATTRIBUTE EXTENSION LABEL
%token REALPART IMAGPART