Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv28186
Modified Files:
tran.py
Log Message:
minor cleanup
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- tran.py 18 May 2003 16:14:37 -0000 1.112
+++ tran.py 18 May 2003 16:17:06 -0000 1.113
@@ -206,9 +206,7 @@
MA_PREFIX = 1
def make_universal_meaning (fn):
- um = {
- '...': Unique('...'),
- }
+ um = {'...': Unique('...')}
for m in 'any const int lit sum sym'.split(' '): um[m] = Class_Marker(m)
# load builtin primitives
|