diff src/lex.l @ 3332:7c03933635c6

[project @ 1999-11-02 06:57:12 by jwe]
author jwe
date Tue, 02 Nov 1999 06:57:16 +0000
parents 7d80b56e0dc8
children 8623649c967c
line wrap: on
line diff
--- a/src/lex.l	Tue Nov 02 06:25:23 1999 +0000
+++ b/src/lex.l	Tue Nov 02 06:57:16 1999 +0000
@@ -741,7 +741,7 @@
 #ifdef yywrap
 #undef yywrap
 #endif
-static int
+int
 yywrap (void)
 {
   return 1;
@@ -1532,7 +1532,7 @@
   ostrstream buf;
 
   bool in_comment = false;
-  char c;
+  int c;
   while ((c = yyinput ()) != EOF)
     {
       buf << (char) c;