sem_prag.adb (Analyze_Pragma, [...]): do not treat as a configuration pragma...

* sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
	a configuration pragma, it is now legal wherever a pragma can appear.

From-SVN: r47624
This commit is contained in:
Ed Schonberg 2001-12-04 21:00:26 +00:00 committed by Geert Bosch
parent ef9f3bc449
commit 7dd5bd5e53
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-04 Ed Schonberg <schonber@gnat.com>
* sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
a configuration pragma, it is now legal wherever a pragma can appear.
2001-12-04 Zack Weinberg <zack@codesourcery.com>
* Makefile.in: Don't set ALL. Delete @cross_defines@,

View File

@ -8389,7 +8389,6 @@ package body Sem_Prag is
begin
GNAT_Pragma;
Check_Arg_Count (1);
Check_Valid_Configuration_Pragma;
Check_No_Identifiers;
if Nkind (A) = N_String_Literal then