## 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
