summary refs log tree commit diff
path: root/src/options.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-02-22 19:47:52 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-02-22 19:47:52 +0800
commit22e8fb41be2bfd0e6757c80d6365af9080a3b4a1 (patch)
tree911ba3e5f5f5971ee505704a323e43fcc0d03b88 /src/options.h
parent[JOBS] Do not close stderr when /dev/tty fails to open (diff)
downloaddash-22e8fb41be2bfd0e6757c80d6365af9080a3b4a1.tar.gz
dash-22e8fb41be2bfd0e6757c80d6365af9080a3b4a1.zip
[PARSER] Allow newlines after var name in for statements
POSIX allows newlines before the "in" keyword in for statements
so we should too.

Thanks to Maximilian Bernöcker for reporting this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ass='nohover-highlight'> 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe