diff options
Diffstat (limited to 'lex.c')
-rw-r--r-- | lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ word atnl=1,line_no=0; word lastline; word litstack=NIL,linostack=NIL; word c=' ', lastc; -word commandmode; +extern word commandmode; word common_stdin,common_stdinb,cook_stdin; word litmain=0,literate=0; /* flags "literate" comment convention */ char *dic,*dicp,*dicq; |