Commit 8abdac29 by Arnaud Charlet Committed by Arnaud Charlet

exp_ch3.adb (In_Runtime): Fix typo.

2011-08-29  Arnaud Charlet  <charlet@adacore.com>

	* exp_ch3.adb (In_Runtime): Fix typo.

From-SVN: r178171
parent df170605
2011-08-29 Arnaud Charlet <charlet@adacore.com>
* exp_ch3.adb (In_Runtime): Fix typo.
2011-08-29 Bob Duff <duff@adacore.com>
* sem_ch4.adb (Analyze_Allocator): Analyze the subpool specification.
......
......@@ -7079,7 +7079,7 @@ package body Exp_Ch3 is
S1 := Scope (S1);
end loop;
return Is_RTU (S1, RU_System) or else Is_RTU (S1, RU_Ada);
return Chars (S1) = Name_System or else Chars (S1) = Name_Ada;
end In_Runtime;
----------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment