diff options
Diffstat (limited to '')
-rw-r--r-- | src/parser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/parser.c b/src/parser.c index 8fac57a..791251d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -970,10 +970,6 @@ quotemark: if (--arinest == 0) { USTPUTC(CTLENDARI, out); syntax = prevsyntax; - if (syntax == DQSYNTAX) - dblquote = 1; - else - dblquote = 0; } else USTPUTC(')', out); } else { |