SmallSense__SmalltalkParser.st
branchcvs_MAIN
changeset 1014 bae87be4512e
parent 982 a97f4f270a49
child 1025 63928c221473
--- a/SmallSense__SmalltalkParser.st	Wed Feb 08 00:59:14 2017 +0100
+++ b/SmallSense__SmalltalkParser.st	Wed Feb 08 00:59:25 2017 +0100
@@ -81,6 +81,8 @@
 !SmalltalkParser methodsFor:'initialization'!
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
     errorRecovery := true.
     commentPositions := Array new: 16.
@@ -89,6 +91,7 @@
 
     "Created: / 19-09-2013 / 11:25:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 29-01-2014 / 10:38:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2017 / 00:31:35 / cg"
 ! !
 
 !SmalltalkParser methodsFor:'parsing'!