summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index 7f160e6..5bbb396 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -2503,7 +2503,7 @@ static void tcl_parse(const QCString ns, const QCString cls)
tcl.ns.insert("::",myEntry);
tcl.entry_current = tcl_entry_new();
- tclscanYYrestart( tclscanYYin );
+ tclscannerYYrestart( tclscannerYYin );
BEGIN( TOP );
yylineno=1;
myScan = new tcl_scan;
@@ -2518,7 +2518,7 @@ static void tcl_parse(const QCString ns, const QCString cls)
tcl.entry_inside = tcl.entry_file;
myScan->entry_scan = tcl.entry_inside;
tcl.scan.insert(0,myScan);
- tclscanYYlex();
+ tclscannerYYlex();
tcl.scan.clear();
tcl.ns.clear();
tcl.cl.clear();