#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Fri, 24 Feb 2017 21:57:08 +0100
changeset 21579 3500c59c4d3e
parent 21578 f4dfb1e33d94
child 21580 b0c093983502
#OTHER by stefan Make it possible for RecursionLock to inherit from Semaphore
stx_libbasic.st
--- a/stx_libbasic.st	Fri Feb 24 21:57:06 2017 +0100
+++ b/stx_libbasic.st	Fri Feb 24 21:57:08 2017 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) Claus Gittinger / eXept Software AG
               All Rights Reserved
@@ -221,8 +223,8 @@
         Project
         ProjectDefinition
         ReadEvalPrintLoop
+        Semaphore
         RecursionLock
-        Semaphore
         SharedPool
         Signal
         Smalltalk
@@ -605,6 +607,8 @@
         (WindowsDesktop autoload)
         (XDGDesktop autoload)
     )
+
+    "Modified: / 24-02-2017 / 21:55:04 / stefan"
 !
 
 extensionMethodNames