aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-23 08:10:33 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-23 08:10:33 +1000
commitee94424b0f4753b9d9a0b075c36d5b65cadafbb4 (patch)
treeac51edb6de64732c2a7a1fe199712498f05aeda2 /parser.h
parent2b7535bb518c909e2a6ce1352df93c5c6bbc084b (diff)
Add the possibility for functions which do not shadow the arguments of the calling function
darcs-hash:20070422221033-ac50b-d9544c87d0ddab10f7f503b5a1707292f266efe4.gz
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 1dc3a02c..0c82f2aa 100644
--- a/parser.h
+++ b/parser.h
@@ -120,6 +120,7 @@ enum block_type
IF, /**< If block */
FUNCTION_DEF, /**< Function definition block */
FUNCTION_CALL, /**< Function invocation block */
+ FUNCTION_CALL_NO_SHADOW, /**< Function invocation block with no variable shadowing */
SWITCH, /**< Switch block */
FAKE, /**< Fake block */
SUBST, /**< Command substitution scope */