*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 26 Sep 2005 15:32:21 +0200
changeset 1630 51594a28a923
parent 1629 8f69fe5b0fea
child 1631 f41fa3d37bf1
*** empty log message ***
libInit.cc
--- a/libInit.cc	Thu Sep 15 15:21:39 2005 +0200
+++ b/libInit.cc	Mon Sep 26 15:32:21 2005 +0200
@@ -53,5 +53,7 @@
 _WarningCompilationErrorHandler_Init(pass,__pRT__,snd);
 _ObjectFileHandle_Init(pass,__pRT__,snd);
 _ObjectFileLoader_Init(pass,__pRT__,snd);
+_ImmutableArray_Init(pass,__pRT__,snd);
+_ImmutableString_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }