summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:48:19 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:48:19 -0500
commitfd3925f15afde73a90adbcce594403aa77f7fe26 (patch)
treed747bcb667e606b8c813d5c80f2df01f3b14409c /command.h
parentda71998238c15805e1c90c0940618ba776fa2934 (diff)
downloadbash-fd3925f15afde73a90adbcce594403aa77f7fe26.tar.gz
commit bash-20050707 snapshot
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index 285940a6..a5bac0b6 100644
--- a/command.h
+++ b/command.h
@@ -202,6 +202,7 @@ typedef struct pattern_list {
struct pattern_list *next; /* Clause to try in case this one failed. */
WORD_LIST *patterns; /* Linked list of patterns to test. */
COMMAND *action; /* Thing to execute if a pattern matches. */
+ int flags;
} PATTERN_LIST;
/* The CASE command. */