mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
hush: don't lie in comment
This commit is contained in:
parent
7b830e78f2
commit
1b62ead313
@ -3314,8 +3314,6 @@ static void initialize_context(struct parse_context *ctx)
|
||||
|
||||
/* If a reserved word is found and processed, parse context is modified
|
||||
* and 1 is returned.
|
||||
* Handles if, then, elif, else, fi, for, while, until, do, done.
|
||||
* case, function, and select are obnoxious, save those for later.
|
||||
*/
|
||||
#if HAS_KEYWORDS
|
||||
struct reserved_combo {
|
||||
|
Loading…
Reference in New Issue
Block a user