From 533d1dc743abbc739ddd57f686b4c47a487515d5 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 5 Jan 1993 04:14:28 +0000 Subject: [PATCH] * c-exp.y (yylex): Make static, to match prototype and other -exp.y files. --- gdb/ChangeLog | 3 +++ gdb/c-exp.y | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d468d4f0a67..5244f9c58a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com) + * c-exp.y (yylex): Make static, to match prototype and other + -exp.y files. + * expression.h (exp_opcode): Add BINOP_MOD. * eval.c (evaluate_subexp): Handle new BINOP_MOD. * expprint.c (dump_expression): Handle new BINOP_MOD. diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 31a1babf31c..21df46d6523 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -1081,7 +1081,7 @@ static const struct token tokentab2[] = /* Read one token, getting characters through lexptr. */ -int +static int yylex () { int c; -- 2.30.2