Kevin Brown <[EMAIL PROTECTED]> writes:
> Applied. Thanks! I applied the same fix to the other two files that
> use String_Hash.
I hadn't noticed that String_Hash was part of GPS (I thought it was
part of GNAT), and that it was being used in several places. In that
case, the following patch is better; please revert the 3 patches with
Elaborate_All and apply this one instead.
Committed to Monotone.
--
Ludovic Brenta.
Index: common/src/string_hash.ads
===================================================================
--- common/src/string_hash.ads.orig 2006-10-23 22:45:38.000000000 +0200
+++ common/src/string_hash.ads 2006-10-23 22:45:48.000000000 +0200
@@ -33,6 +33,7 @@
-- Whether keys are case-sensitive
package String_Hash is
+ pragma Elaborate_Body;
type Name_Htable_Num is new Natural range 0 .. 1000;
-- ??? This limitation should be raised.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]