* c-exp.y (yylex): Make static, to match prototype and other

<lang>-exp.y files.
This commit is contained in:
Fred Fish 1993-01-05 04:14:28 +00:00
parent 76a0ffb47b
commit 533d1dc743
2 changed files with 4 additions and 1 deletions

View file

@ -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
<lang>-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.

View file

@ -1081,7 +1081,7 @@ static const struct token tokentab2[] =
/* Read one token, getting characters through lexptr. */
int
static int
yylex ()
{
int c;