*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 22 Apr 2003 18:14:54 +0200
changeset 1180 9c814dee6b51
parent 1179 f4ee59cccf93
child 1181 2840162d1509
*** empty log message ***
Make.proto
libInit.cc
--- a/Make.proto	Tue Apr 22 11:49:53 2003 +0200
+++ b/Make.proto	Tue Apr 22 18:14:54 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.106 2003-04-01 16:36:56 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.107 2003-04-22 16:14:54 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -71,12 +71,13 @@
 	TextStream.$(O)                 \
 	UnitConverter.$(O)              \
 	Random.$(O)                     \
-	WordArray.$(O)                  \
-	SignedWordArray.$(O)            \
-	IntegerArray.$(O)               \
-	SignedIntegerArray.$(O)         \
-	LongIntegerArray.$(O)           \
-	SignedLongIntegerArray.$(O)     \
+	UnboxedIntegerArray.$(O)	\
+	  WordArray.$(O)                \
+	  SignedWordArray.$(O)          \
+	  IntegerArray.$(O)             \
+	  SignedIntegerArray.$(O)       \
+	  LongIntegerArray.$(O)         \
+	  SignedLongIntegerArray.$(O)   \
 	ZipArchive.$(O)                 \
 	DirectoryContents.$(O)          \
 	CachingRegistry.$(O)            \
--- a/libInit.cc	Tue Apr 22 11:49:53 2003 +0200
+++ b/libInit.cc	Tue Apr 22 18:14:54 2003 +0200
@@ -48,6 +48,7 @@
 _TextStream_Init(pass,__pRT__,snd);
 _UnitConverter_Init(pass,__pRT__,snd);
 _Random_Init(pass,__pRT__,snd);
+_UnboxedIntegerArray_Init(pass,__pRT__,snd);
 _WordArray_Init(pass,__pRT__,snd);
 _SignedWordArray_Init(pass,__pRT__,snd);
 _IntegerArray_Init(pass,__pRT__,snd);