new class EventSemaphore
authorStefan Vogel <sv@exept.de>
Tue, 27 Dec 2016 11:28:06 +0100
changeset 21197 e6902796a877
parent 21196 836cc1290ee4
child 21198 4127ca48bdc1
new class EventSemaphore
libInit.cc
--- a/libInit.cc	Tue Dec 27 11:28:03 2016 +0100
+++ b/libInit.cc	Tue Dec 27 11:28:06 2016 +0100
@@ -86,6 +86,7 @@
 extern void _CompiledCode_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _ControlInterrupt_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _Date_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _EventSemaphore_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _Exception_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _ExternalFunction_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _False_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -484,6 +485,7 @@
     _CompiledCode_Init(pass,__pRT__,snd);
     _ControlInterrupt_Init(pass,__pRT__,snd);
     _Date_Init(pass,__pRT__,snd);
+    _EventSemaphore_Init(pass,__pRT__,snd);
     _Exception_Init(pass,__pRT__,snd);
     _ExternalFunction_Init(pass,__pRT__,snd);
     _False_Init(pass,__pRT__,snd);