diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-07-24 02:47:55 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-07-24 02:47:55 +0000 |
commit | c3f6638e3e9d5dabf6ac65e1f9ad6aea83bdba06 (patch) | |
tree | 05ad0a80d9f258b8602f1511b3e980922c302d1d /gdb/ch-exp.y | |
parent | f74859e42fe79874c49fa606d5d4301c49532756 (diff) | |
download | gdb-c3f6638e3e9d5dabf6ac65e1f9ad6aea83bdba06.zip gdb-c3f6638e3e9d5dabf6ac65e1f9ad6aea83bdba06.tar.gz gdb-c3f6638e3e9d5dabf6ac65e1f9ad6aea83bdba06.tar.bz2 |
undo previous change
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r-- | gdb/ch-exp.y | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 76eb913..166d01a 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -74,16 +74,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yyerror chill_error #define yylval chill_lval #define yychar chill_char -#define yycheck chill_yycheck #define yydebug chill_debug -#define yydefred chill_yydefred -#define yydgoto chill_yydgoto -#define yygindex chill_yygindex -#define yylen chill_yylen -#define yylhs chill_yylhs -#define yyrindex chill_yyrindex -#define yysccsid chill_yysccsid -#define yysindex chill_yysindex #define yypact chill_pact #define yyr1 chill_r1 #define yyr2 chill_r2 @@ -97,15 +88,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yyps chill_ps #define yypv chill_pv #define yys chill_s -#define yyss chill_yyss -#define yyssp chill_yyssp #define yy_yys chill_yys #define yystate chill_state -#define yytable chill_yytable #define yytmp chill_tmp #define yyv chill_v -#define yyvs chill_vs -#define yyvss chill_vss #define yy_yyv chill_yyv #define yyval chill_val #define yylloc chill_lloc |