summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodetypes
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r--bin/sh/nodetypes3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes
index e1e1b04..f705827 100644
--- a/bin/sh/nodetypes
+++ b/bin/sh/nodetypes
@@ -96,12 +96,13 @@ NCASE ncase # a case statement
expr nodeptr # the word to switch on
cases nodeptr # the list of cases (NCLIST nodes)
-NCLIST nclist # a case
+NCLIST nclist # a case ending with ;;
type int
next nodeptr # the next case in list
pattern nodeptr # list of patterns for this case
body nodeptr # code to execute for this case
+NCLISTFALLTHRU nclist # a case ending with ;&
NDEFUN narg # define a function. The "next" field contains
# the body of the function.
OpenPOWER on IntegriCloud