Tools__TagList.st
changeset 14387 31d7d51ad25a
parent 14385 ff99b97f1273
child 14433 b89fc2b08f7e
equal deleted inserted replaced
14386:0b937549b731 14387:31d7d51ad25a
  1566 
  1566 
  1567 initContents:n
  1567 initContents:n
  1568     "Invoked when a new instance is created."
  1568     "Invoked when a new instance is created."
  1569 
  1569 
  1570     super initContents:n.
  1570     super initContents:n.
  1571     flags := IdentityDictionary new.
  1571     flags isNil ifTrue:[
       
  1572         flags := IdentityDictionary new.
       
  1573     ].
  1572 !
  1574 !
  1573 
  1575 
  1574 initialize
  1576 initialize
  1575     "Invoked when a new instance is created."
  1577     "Invoked when a new instance is created."
  1576 
  1578 
  3898 ! !
  3900 ! !
  3899 
  3901 
  3900 !TagList class methodsFor:'documentation'!
  3902 !TagList class methodsFor:'documentation'!
  3901 
  3903 
  3902 version
  3904 version
  3903     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.49 2014-05-22 22:13:56 cg Exp $'
  3905     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.50 2014-05-22 22:16:24 cg Exp $'
  3904 !
  3906 !
  3905 
  3907 
  3906 version_CVS
  3908 version_CVS
  3907     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.49 2014-05-22 22:13:56 cg Exp $'
  3909     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.50 2014-05-22 22:16:24 cg Exp $'
  3908 !
  3910 !
  3909 
  3911 
  3910 version_SVN
  3912 version_SVN
  3911     ^ '$Id: Tools__TagList.st,v 1.49 2014-05-22 22:13:56 cg Exp $'
  3913     ^ '$Id: Tools__TagList.st,v 1.50 2014-05-22 22:16:24 cg Exp $'
  3912 ! !
  3914 ! !
  3913 
  3915