[Wisp-cvs] wisp/users/dig linkie.py,1.54,1.55
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-11 09:50:46
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv4856 Modified Files: linkie.py Log Message: dropped %foo support from Linkie.dump Index: linkie.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- linkie.py 11 May 2003 09:45:41 -0000 1.54 +++ linkie.py 11 May 2003 09:50:43 -0000 1.55 @@ -333,7 +333,6 @@ rnotes = {}; othernotes = [] for sym, val in this._symbols: if sym[0] == '&': val -= this._origin - if sym[0] == '%': val -= this._origin_secondary if sym[0] != '#' and 0 <= val < this.memsz(): if rsymbols.has_key(val): rsymbols[val].append(sym) else: rsymbols[val] = [sym] |