mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* c-exp.y (yylex): Make static, to match prototype and other
<lang>-exp.y files.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com)
|
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.
|
* expression.h (exp_opcode): Add BINOP_MOD.
|
||||||
* eval.c (evaluate_subexp): Handle new BINOP_MOD.
|
* eval.c (evaluate_subexp): Handle new BINOP_MOD.
|
||||||
* expprint.c (dump_expression): 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. */
|
/* Read one token, getting characters through lexptr. */
|
||||||
|
|
||||||
int
|
static int
|
||||||
yylex ()
|
yylex ()
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
|
Reference in New Issue
Block a user