summaryrefslogtreecommitdiff
path: root/lib/Automake/CondStack.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/CondStack.pm')
-rw-r--r--lib/Automake/CondStack.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Automake/CondStack.pm b/lib/Automake/CondStack.pm
index 5d5260719..45cec9b9e 100644
--- a/lib/Automake/CondStack.pm
+++ b/lib/Automake/CondStack.pm
@@ -27,7 +27,12 @@ use Automake::ChannelDefs;
use vars qw (@ISA @EXPORT);
@ISA = qw (Exporter);
-@EXPORT = qw (cond_stack_if cond_stack_else cond_stack_endif);
+@EXPORT = qw (@cond_stack &cond_stack_if &cond_stack_else &cond_stack_endif);
+
+
+# This is the conditional stack, updated on if/else/endif, and
+# used to build Condition objects.
+our @cond_stack;
my %_am_macro_for_cond =
(