2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
* sem_util.adb (Find_Placement_In_State_Space): Assume that the default
placement is not in a package.
From-SVN: r207268
+2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
+
+ * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
+ placement is not in a package.
+
2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
* sem_util.adb (Has_Enabled_Property): Compare the character field of
begin
-- Assume that the item does not appear in the state space of a package
- Pack_Id := Empty;
+ Placement := Not_In_Package;
+ Pack_Id := Empty;
-- Climb the scope stack and examine the enclosing context