CompiledCode.st
changeset 14153 6f22f72de84d
parent 14068 46a8289bf92a
child 14255 a5b9d39ad244
--- a/CompiledCode.st	Fri Jun 01 23:16:28 2012 +0200
+++ b/CompiledCode.st	Fri Jun 01 23:36:35 2012 +0200
@@ -562,7 +562,7 @@
 
 programmingLanguage
 "/ the following is correct, but might be too slow...
-"/ we have language-specific methods anyway, so simply ask itself.
+"/ we have language-specific methods anyway, so simply redefine there.
 "/    |mclass|
 "/
 "/    mclass := self mclass.
@@ -573,6 +573,8 @@
     "
      (Object compiledMethodAt:#at:) parserClass
     "
+
+    "Modified (comment): / 01-06-2012 / 21:10:56 / cg"
 !
 
 syntaxHighlighterClass
@@ -1835,11 +1837,11 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.114 2012-03-26 17:02:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.115 2012-06-01 21:36:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.114 2012-03-26 17:02:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.115 2012-06-01 21:36:35 cg Exp $'
 !
 
 version_SVN