You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Restrict the use of Pragma Interface
This commit is contained in:
@@ -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);
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user