[Wisp-cvs] wisp/users/dig linkie.py,1.47,1.48
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-27 15:18:22
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv19983 Modified Files: linkie.py Log Message: return this from Linkie.__ior__ Index: linkie.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- linkie.py 27 Apr 2003 15:14:31 -0000 1.47 +++ linkie.py 27 Apr 2003 15:18:19 -0000 1.48 @@ -119,6 +119,7 @@ return value def __ior__ (this, symbol): this.place_symbol(symbol) + return this def align (this, boundary): """align(boundary) Ensures that the following byte's memory address is divisible by |