* c-exp.y (yylex): Make static, to match prototype and other
<lang>-exp.y files.
This commit is contained in:
parent
76a0ffb47b
commit
533d1dc743
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1081,7 +1081,7 @@ static const struct token tokentab2[] =
|
|||
|
||||
/* Read one token, getting characters through lexptr. */
|
||||
|
||||
int
|
||||
static int
|
||||
yylex ()
|
||||
{
|
||||
int c;
|
||||
|
|
Loading…
Reference in a new issue