compiler/PPCContextMemento.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 422 116d2b2af905
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
   103 	
   103 	
   104 	^ true.
   104 	^ true.
   105 !
   105 !
   106 
   106 
   107 hash
   107 hash
   108         ^ position hash bitXor: properties hash.
   108 	^ position hash bitXor: properties hash.
   109 
       
   110     "Modified: / 26-10-2014 / 01:46:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   111 ! !
   109 ! !
   112 
   110