ByteCodeCompiler.st
changeset 768 07fcee0355e3
parent 758 b15651486dce
child 769 cabe7bdb46ec
--- a/ByteCodeCompiler.st	Sat Aug 29 16:58:22 1998 +0200
+++ b/ByteCodeCompiler.st	Thu Sep 03 12:02:55 1998 +0200
@@ -598,8 +598,7 @@
 !
 
 ccPath 
-    "return the path to the stc command for incremental method compilation, 
-     or nil if not found."
+    "return the path to (name of) the cc command for incremental method compilation"
 
     CC isNil ifTrue:[
 	^ 'cc'
@@ -2899,6 +2898,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.140 1998-08-13 11:51:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.141 1998-09-03 10:02:55 cg Exp $'
 ! !
 ByteCodeCompiler initialize!