fix recogniation of IN token in for command nested within case command

This commit is contained in:
Chet Ramey
2024-04-15 10:11:38 -04:00
parent 136cdf8108
commit a06616a689
7 changed files with 88 additions and 12 deletions
+1
View File
@@ -53,6 +53,7 @@
#define PST_STRING 0x1000000 /* parsing a string to a command or word list */
#define PST_CMDBLTIN 0x2000000 /* last token was the `command' builtin */
#define PST_FUNSUBST 0x4000000 /* parsing a foreground command substitution */
#define PST_FORCMD 0x8000000 /* parsing for command -- not used yet */
/* Definition of the delimiter stack. Needed by parse.y and bashhist.c. */
struct dstack {