* c-exp.y (yylex): Make static, to match prototype and other
authorFred Fish <fnf@specifix.com>
Tue, 5 Jan 1993 04:14:28 +0000 (04:14 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 5 Jan 1993 04:14:28 +0000 (04:14 +0000)
<lang>-exp.y files.

gdb/ChangeLog
gdb/c-exp.y

index d468d4f0a67b0942b273733a756df6fe1742e26f..5244f9c58a59ce553a0d3a6389a25ad6ed8fcfd9 100644 (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.
index 31a1babf31cfe433a759efd38d0ddda5dee7a11c..21df46d65237ff0230dc07bdc08b4cb7f7a5b371 100644 (file)
@@ -1081,7 +1081,7 @@ static const struct token tokentab2[] =
 
 /* Read one token, getting characters through lexptr.  */
 
-int
+static int
 yylex ()
 {
   int c;