diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:48:19 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:48:19 -0500 |
commit | fd3925f15afde73a90adbcce594403aa77f7fe26 (patch) | |
tree | d747bcb667e606b8c813d5c80f2df01f3b14409c /command.h | |
parent | da71998238c15805e1c90c0940618ba776fa2934 (diff) | |
download | bash-fd3925f15afde73a90adbcce594403aa77f7fe26.tar.gz |
commit bash-20050707 snapshot
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |