BlockContext.st
changeset 3 24d81bf47225
parent 1 a27a279701f8
child 54 06dbdeeed4f9
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    26 as for other contexts - this class has been added to avoid a flag in an instance variable.
    26 as for other contexts - this class has been added to avoid a flag in an instance variable.
    27 (has become necessary with cheap blocks, which have no home).
    27 (has become necessary with cheap blocks, which have no home).
    28 
    28 
    29 Warning: layout and size known by compiler and runtime system - do not change.
    29 Warning: layout and size known by compiler and runtime system - do not change.
    30 
    30 
    31 %W% %E%
    31 $Header: /cvs/stx/stx/libbasic/BlockContext.st,v 1.3 1993-10-13 00:14:46 claus Exp $
    32 '!
    32 '!
    33 
    33 
    34 !BlockContext methodsFor:'accessing'!
    34 !BlockContext methodsFor:'accessing'!
    35 
    35 
    36 isBlockContext
    36 isBlockContext