projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a0ffb
)
* c-exp.y (yylex): Make static, to match prototype and other
author
Fred Fish
<fnf@specifix.com>
Tue, 5 Jan 1993 04:14:28 +0000
(
04:14
+0000)
committer
Fred Fish
<fnf@specifix.com>
Tue, 5 Jan 1993 04:14:28 +0000
(
04:14
+0000)
<lang>-exp.y files.
gdb/ChangeLog
patch
|
blob
|
history
gdb/c-exp.y
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d468d4f0a67b0942b273733a756df6fe1742e26f..5244f9c58a59ce553a0d3a6389a25ad6ed8fcfd9 100644
(file)
--- 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
+ <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.
diff --git
a/gdb/c-exp.y
b/gdb/c-exp.y
index 31a1babf31cfe433a759efd38d0ddda5dee7a11c..21df46d65237ff0230dc07bdc08b4cb7f7a5b371 100644
(file)
--- 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;