summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-13 13:45:33 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-13 13:45:33 +0000
commit28ff2b27a11a8a5ecd458a8d582777cdf7680508 (patch)
tree077a4831609139bfcded5d29ba9849925b2094eb /gcc/c-parse.in
parent75009d9eb306396ed3c7f998ef9e9f41528892ed (diff)
downloadgcc-28ff2b27a11a8a5ecd458a8d582777cdf7680508.tar.gz
(ALIGN): Remove unused token.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8924 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index bbd565d7149..90a4b83698b 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -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