David T. Lewis uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-dtl.173.mcz==================== Summary ====================
Name: Tools-dtl.173
Author: dtl
Time: 9 February 2010, 8:14:01.565 am
UUID: 3f9b2c72-b459-4476-965e-bf8143719ca4
Ancestors: Tools-dtl.172
Restore simulation guard in SyntaxError class>>open: (lost due to editing error in the previous change)
=============== Diff against Tools-dtl.172 ===============
Item was changed:
----- Method: SyntaxError class>>open: (in category 'instance creation') -----
open: aSyntaxError
"Answer a standard system view whose model is an instance of me."
+ <primitive: 19> "Simulation guard"
^ Project current
dispatchTo: self
addPrefixAndSend: #Open:
withArguments: {aSyntaxError}
!