From 2c57ed1bd0ff4cbd003dfa595a6d2d56d8a3ff5d Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 11 Jan 2000 23:50:36 +0000 Subject: [PATCH] Minor changes. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@45 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/SWIG1.1/scanner.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/SWIG1.1/scanner.cxx b/Source/SWIG1.1/scanner.cxx index 8f88562f0..1e6f35c41 100644 --- a/Source/SWIG1.1/scanner.cxx +++ b/Source/SWIG1.1/scanner.cxx @@ -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;