Restrict the use of Pragma Interface

This commit is contained in:
Nicolas Setton
2018-07-23 01:26:36 -04:00
parent 6a24907d84
commit b86557832e

View File

@@ -31,6 +31,7 @@ RECEIVED_FILE_CHAR_LIMIT = 50 * 1000
COMMON_ADC = """
pragma Restrictions (No_Specification_of_Aspect => Import);
pragma Restrictions (No_Use_Of_Pragma => Import);
pragma Restrictions (No_Use_Of_Pragma => Interface);
pragma Restrictions (No_Dependence => System.Machine_Code);
pragma Restrictions (No_Dependence => Machine_Code);
"""