summaryrefslogtreecommitdiff
path: root/make_cmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:33:39 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:33:39 -0500
commite6e3b4442080b63cf18d1428138434900a8ea128 (patch)
treef3c37305586cf00a287cec228e94a108503c9649 /make_cmd.c
parent0e5ad4671a0f319a6b1046e452a15078fcfc56b5 (diff)
downloadbash-e6e3b4442080b63cf18d1428138434900a8ea128.tar.gz
commit bash-20040728 snapshot
Diffstat (limited to 'make_cmd.c')
-rw-r--r--make_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_cmd.c b/make_cmd.c
index 479d9c3e..4ccbf669 100644
--- a/make_cmd.c
+++ b/make_cmd.c
@@ -355,6 +355,7 @@ COMMAND *
make_case_command (word, clauses, lineno)
WORD_DESC *word;
PATTERN_LIST *clauses;
+ int lineno;
{
CASE_COM *temp;