[Wisp-cvs] wisp/users/dig makehello.py,1.19,1.20
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-08 22:18:13
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv7053 Modified Files: makehello.py Log Message: dropped make_marker Index: makehello.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/makehello.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- makehello.py 8 Apr 2003 21:19:05 -0000 1.19 +++ makehello.py 8 Apr 2003 22:18:10 -0000 1.20 @@ -13,10 +13,6 @@ return x & ~(unit - 1) def binround_up (x, unit): return (x | (unit - 1)) + 1 -def make_marker (name): - m = Linkie('<') - m.place_symbol(name) - return m code = Linkie('<') # ia32 code.place_symbol('&_start') |