aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-11 16:25:21 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-11 16:25:21 -0500
commitecacce3776083c912a790422c7f54b91deecd7dc (patch)
tree6670d4164c35fccbde5a05c77cb5d4229097ef82 /gcc/cexp.y
parent29a94cd51e1739b8e9c58d1cec35bd5d00adc9a8 (diff)
downloadgcc-ecacce3776083c912a790422c7f54b91deecd7dc.zip
gcc-ecacce3776083c912a790422c7f54b91deecd7dc.tar.gz
gcc-ecacce3776083c912a790422c7f54b91deecd7dc.tar.bz2
(%union): Delete VOIDVAL and SVAL; unused.
From-SVN: r8910
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r--gcc/cexp.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y
index d64d013..3c924ae 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -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