Added CVS tag

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@133 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-20 19:46:38 +00:00
commit 08cf5bc9c2

View file

@ -19,6 +19,8 @@
#define yylval lparse_yylval
#define yychar lparse_yychar
#define yynerrs lparse_yynerrs
static char cvsroot[] = "$Header$";
extern int lparse_yylex();
extern void LParse_strict_type(int);