Files
Pierre-Marie de Rodat b68e0e90c1 Adapt Standard declarations from target information
Add a new Analysis_Context primitive to assign target information to it,
and use target information to generate correct bounds for built in types
in the Standard package.

(cherry picked from commit 363e6ba378)
2024-11-28 14:53:06 +00:00

15 lines
474 B
Plaintext

## vim: filetype=makoada
Config_Pragmas : Internal_Config_Pragmas_Mapping;
-- Mapping to associate configuration pragmas files to source files
Config_Pragmas_Set : Boolean := False;
-- Whether ``Config_Pragmas`` was initialized
Preprocessor_Directives_Errors : Boolean := True;
-- Whether to emit diagnostics after parsing when preprocessing directives
-- were found.
Target_Info : Target_Information;
-- Target information, used to synthetize the Standard package