(%union): Delete VOIDVAL and SVAL; unused.

From-SVN: r8910
This commit is contained in:
Richard Kenner 1995-02-11 16:25:21 -05:00
parent 29a94cd51e
commit ecacce3776
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* Parse C expressions for CCCP.
Copyright (C) 1987, 1992, 1994 Free Software Foundation.
Copyright (C) 1987, 1992, 1994, 1995 Free Software Foundation.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@ -142,8 +142,6 @@ static long right_shift ();
struct constant {long value; int unsignedp;} integer;
struct name {U_CHAR *address; int length;} name;
struct arglist *keywords;
int voidval;
char *sval;
}
%type <integer> exp exp1 start