summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index 7ee458b..88bd474 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -1049,7 +1049,7 @@ D
tcl.string_commentcodify = "";
tcl.string_commentline = "";
tcl.line_body1=yylineno;
- tcl_command(-1,"");
+ tcl_command(-1,yytext);
}
<COMMAND>{ws}*; {
D