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:
parent
ef9f3bc449
commit
7dd5bd5e53
@ -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@,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user