summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-08-19 20:47:39 +0000
committerFred Drake <fdrake@acm.org>2005-08-19 20:47:39 +0000
commit51cef1e936ea1e105692bc542f392914cc8c8776 (patch)
treec7b90154583cf41927d0b68ead63bbf82f8d82a3
parent5206c838f3c53c881cb0becab6a600206bd23eab (diff)
downloadzope-tal-51cef1e936ea1e105692bc542f392914cc8c8776.tar.gz
update comment based on the move to extend-macro
-rw-r--r--talinterpreter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/talinterpreter.py b/talinterpreter.py
index 2b8f6dd..4b34f5c 100644
--- a/talinterpreter.py
+++ b/talinterpreter.py
@@ -206,7 +206,8 @@ class TALInterpreter(object):
# macroStack entries are MacroStackItem instances;
# the entries are mutated while on the stack
self.macroStack = []
- # `inUseDirective` is set iff we're handling a metal:use-macro
+ # `inUseDirective` is set iff we're handling either a
+ # metal:use-macro or a metal:extend-macro
self.inUseDirective = False
self.position = None, None # (lineno, offset)
self.col = 0