aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_tree.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-03 16:54:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-03 16:54:34 -0800
commitc8eec109b2621c71ea23bbdf8c3334aeec4aed88 (patch)
tree4f679bf96674e39d9024a15f3dad0ca9480e66b7 /parse_tree.h
parentb8079953d89be2d05f28d95a141806e3bea87515 (diff)
Support in parse_dump_tree for "forests", which occur when there's a
parse error
Diffstat (limited to 'parse_tree.h')
-rw-r--r--parse_tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse_tree.h b/parse_tree.h
index acfaa739..4f26674e 100644
--- a/parse_tree.h
+++ b/parse_tree.h
@@ -272,7 +272,6 @@ public:
argument_list = <empty> | argument argument_list
-
arguments_or_redirections_list = <empty> |
argument_or_redirection arguments_or_redirections_list
argument_or_redirection = argument | redirection