Minor changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@45 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d9cbd8087f
commit
2c57ed1bd0
1 changed files with 2 additions and 0 deletions
|
|
@ -1299,6 +1299,8 @@ extern "C" int yylex(void) {
|
|||
if (strcmp(yytext,"%checkout") == 0) return(CHECKOUT);
|
||||
if (strcmp(yytext,"%val") == 0) return(CVALUE);
|
||||
if (strcmp(yytext,"%out") == 0) return(COUT);
|
||||
if (strcmp(yytext,"%constant") == 0) return(CONSTANT);
|
||||
if (strcmp(yytext,"%macro") == 0) return(SWIGMACRO);
|
||||
|
||||
if (strcmp(yytext,"%section") == 0) {
|
||||
yylval.ivalue = line_number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue