Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv2740
Modified Files:
tran-builtins
Log Message:
fixed commit's attempt to call obsolete Preprocessor.push_macro
Index: tran-builtins
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran-builtins,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tran-builtins 16 May 2003 15:41:18 -0000 1.6
+++ tran-builtins 16 May 2003 17:21:27 -0000 1.7
@@ -90,7 +90,7 @@
commit
Regstack.reverse()
- prep.push_macro(['$push'] * len(Regstack))
+ prep.push(Macro_Cursor(['$push'] * len(Regstack)))
drop any
Regstack.pop()
|