Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv5980
Modified Files:
linkie.py
Log Message:
copy the origin attribute too in Linkie.copy
Index: linkie.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- linkie.py 9 Mar 2003 13:11:40 -0000 1.14
+++ linkie.py 9 Mar 2003 13:39:46 -0000 1.15
@@ -231,6 +231,7 @@
that._skipped = this._skipped
that._symbols = this._symbols[:]
that._linker_notes = this._linker_notes[:]
+ that._origin = this._origin
return that
def extend (this, that):
# Returns the offset of /that/ inside /this/ after extension.
|