diff options
Diffstat (limited to 'Src/lex.c')
-rw-r--r-- | Src/lex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -761,6 +761,8 @@ gettok(void) lexstop = 0; return BAR; case LX1_INPAR: + if (incasepat == 2) + return INPAR; d = hgetc(); if (d == '(') { if (infor) { |