ByteCodeCompiler.st
changeset 772 bd6fcf9e44e4
parent 769 cabe7bdb46ec
child 773 1e2375488d3b
--- a/ByteCodeCompiler.st	Fri Sep 04 18:28:47 1998 +0200
+++ b/ByteCodeCompiler.st	Fri Sep 04 18:29:46 1998 +0200
@@ -617,13 +617,14 @@
     ^ CC
 
     "
+     CC := nil
      Compiler ccPath     
      Compiler ccPath:'gcc'     
     "
 
     "Modified: / 13.9.1995 / 15:15:04 / claus"
     "Created: / 5.11.1996 / 17:35:40 / cg"
-    "Modified: / 3.9.1998 / 15:54:25 / cg"
+    "Modified: / 4.9.1998 / 15:48:40 / cg"
 !
 
 ccPath:aPathOrCommandName 
@@ -2901,6 +2902,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.142 1998-09-03 14:58:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.143 1998-09-04 16:29:46 cg Exp $'
 ! !
 ByteCodeCompiler initialize!