minor warning fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4614 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-03-21 22:24:18 +00:00
commit 6b4f4c9d21

View file

@ -32,7 +32,7 @@ char cvsroot_parser_y[] = "$Header$";
* ----------------------------------------------------------------------------- */
extern int yylex();
extern void yyerror (const char *s);
extern void yyerror (const char *e);
/* scanner.cxx */