libInit.cc
changeset 19808 c5cce063b3b5
parent 19728 f7846ff3ce54
child 19812 0866264d6eed
child 20050 45e52d933f61
--- a/libInit.cc	Thu May 12 21:39:09 2016 +0200
+++ b/libInit.cc	Thu May 12 21:39:10 2016 +0200
@@ -181,6 +181,7 @@
 extern void _Time_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _TimeoutNotification_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _Timestamp_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _UnhandledAttributeInLiteralArrayErrorSignal_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _UserConfirmation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _UserInterrupt_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _UserNotification_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -319,6 +320,7 @@
 extern void _KeyNotFoundError_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _MallocFailure_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _MethodNotAppropriateError_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _MissingClassInLiteralArrayErrorSignal_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _NonBooleanReceiverError_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _NumberConversionError_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _OpenError_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -565,6 +567,7 @@
     _Time_Init(pass,__pRT__,snd);
     _TimeoutNotification_Init(pass,__pRT__,snd);
     _Timestamp_Init(pass,__pRT__,snd);
+    _UnhandledAttributeInLiteralArrayErrorSignal_Init(pass,__pRT__,snd);
     _UserConfirmation_Init(pass,__pRT__,snd);
     _UserInterrupt_Init(pass,__pRT__,snd);
     _UserNotification_Init(pass,__pRT__,snd);
@@ -703,6 +706,7 @@
     _KeyNotFoundError_Init(pass,__pRT__,snd);
     _MallocFailure_Init(pass,__pRT__,snd);
     _MethodNotAppropriateError_Init(pass,__pRT__,snd);
+    _MissingClassInLiteralArrayErrorSignal_Init(pass,__pRT__,snd);
     _NonBooleanReceiverError_Init(pass,__pRT__,snd);
     _NumberConversionError_Init(pass,__pRT__,snd);
     _OpenError_Init(pass,__pRT__,snd);