From ecacce3776083c912a790422c7f54b91deecd7dc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 11 Feb 1995 16:25:21 -0500 Subject: [PATCH] (%union): Delete VOIDVAL and SVAL; unused. From-SVN: r8910 --- gcc/cexp.y | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/cexp.y b/gcc/cexp.y index d64d01336d9..3c924ae9ccd 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 exp exp1 start