Scanner.st
changeset 148 ef0e604209ec
parent 141 d378d997aab0
child 241 418eb41350d3
--- a/Scanner.st	Sun Dec 03 13:04:51 1995 +0100
+++ b/Scanner.st	Sun Dec 03 13:17:26 1995 +0100
@@ -49,10 +49,6 @@
     (to me, these seem to be internal private methods; their public use
      is not a good idea ..)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.37 1995-11-23 02:22:51 cg Exp $'
 ! !
 
 !Scanner class methodsFor:'initialization'!
@@ -1120,4 +1116,9 @@
     ].
 ! !
 
+!Scanner class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.38 1995-12-03 12:13:24 cg Exp $'
+! !
 Scanner initialize!