commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/lib/classdefs lparser.h


From: Reinhard Mueller
Subject: gnue/geas/lib/classdefs lparser.h
Date: Wed, 25 Jul 2001 10:03:09 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/07/25 10:03:09

Modified files:
        geas/lib/classdefs: lparser.h 

Log message:
        prototyped yylex to fix compiler warnings

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/lib/classdefs/lparser.h.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/lparser.h
diff -u gnue/geas/lib/classdefs/lparser.h:1.5 
gnue/geas/lib/classdefs/lparser.h:1.6
--- gnue/geas/lib/classdefs/lparser.h:1.5       Tue Jun  5 14:42:07 2001
+++ gnue/geas/lib/classdefs/lparser.h   Wed Jul 25 10:03:09 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: lparser.h,v 1.5 2001/06/05 21:42:07 ntiffin Exp $
+   $Id: lparser.h,v 1.6 2001/07/25 17:03:09 reinhard Exp $
 */
 
 #ifndef LPARSER_Y
@@ -35,14 +35,15 @@
 extern unsigned int expecting_fieldprop;
 extern unsigned int expect_triggertype;
 
-int yywarn( char *msg , ... );
-int yyerror( char *msg , ... );
-int yymessage( char *msg , ... );
-void yy_setfirstfilename( char *filename );
-int yystartfile( char *filename );
-void clear_file_history( void);
-void errors_show_file( int state );
-const char * yyget_current_filename( void);
+int yylex (void);
+int yywarn (char *msg, ...);
+int yyerror (char *msg, ...);
+int yymessage (char *msg, ...);
+void yy_setfirstfilename (char *filename);
+int yystartfile (char *filename);
+void clear_file_history (void);
+void errors_show_file (int state);
+const char * yyget_current_filename (void);
 
 extern struct _odl_container *yycurrent_container;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]