*** empty log message ***
authorcg
Mon, 19 Oct 1998 12:52:00 +0000
changeset 389 412378265c10
parent 388 eb6bcedef274
child 390 f33f1eeefb08
*** empty log message ***
loadAll
--- a/loadAll	Sat Oct 17 20:42:32 1998 +0000
+++ b/loadAll	Mon Oct 19 12:52:00 1998 +0000
@@ -1,4 +1,4 @@
-Smalltalk fileIn:'JavaVM.st'.
+"/ Smalltalk fileIn:'JavaVM.st'.
 Smalltalk fileIn:'Java.st'.
 Smalltalk fileIn:'JavaVM.st'.
 
@@ -45,7 +45,7 @@
 Smalltalk fileIn:'JavaParseNode.st'.
 
 Smalltalk fileIn:'JavaAssignmentNode.st'.
-Smalltalk fileIn:'JavaBinaryExpressionNode.st'.
+"/ Smalltalk fileIn:'JavaBinaryExpressionNode.st'.
 
 Smalltalk fileIn:'JavaPrimaryNode.st'.
 Smalltalk fileIn:'JavaConstantNode.st'.
@@ -53,10 +53,10 @@
 
 Smalltalk fileIn:'JavaMessageNode.st'.
 Smalltalk fileIn:'JavaNewNode.st'.
+Smalltalk fileIn:'JavaStatementNode.st'.
+"/ Smalltalk fileIn:'JavaUnaryExpressionNode.st'.
+Smalltalk fileIn:'JavaExpressionNode.st'.
 Smalltalk fileIn:'JavaReturnNode.st'.
-Smalltalk fileIn:'JavaStatementNode.st'.
-Smalltalk fileIn:'JavaUnaryExpressionNode.st'.
-Smalltalk fileIn:'JavaExpressionNode.st'.
 Smalltalk fileIn:'JavaIfNode.st'.
 Smalltalk fileIn:'JavaForNode.st'.
 Smalltalk fileIn:'JavaGotoNode.st'.