summarylogtreecommitdiffstats
path: root/a4g-defaults.ads-patch
diff options
context:
space:
mode:
Diffstat (limited to 'a4g-defaults.ads-patch')
-rw-r--r--a4g-defaults.ads-patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/a4g-defaults.ads-patch b/a4g-defaults.ads-patch
new file mode 100644
index 000000000000..9f0c19ca2bbe
--- /dev/null
+++ b/a4g-defaults.ads-patch
@@ -0,0 +1,36 @@
+--- asis-gpl-2017-src/asis/a4g-defaults.ads
++++ asis-gpl-2017-src-new/asis/a4g-defaults.ads
+@@ -60,8 +60,8 @@
+ Table_Index_Type => Dir_Id,
+ Table_Low_Bound => First_Dir_Id,
+ Table_Initial => 12,
+- Table_Increment => 100,
+- Table_Name => "A4G.Defaults.Src_Search_Directories");
++ Table_Increment => 100);
++-- Table_Name => "A4G.Defaults.Src_Search_Directories");
+ -- Table of the names of the directories listed as the value of the
+ -- ADA_INCLUDE_PATH environment variable
+
+@@ -70,8 +70,8 @@
+ Table_Index_Type => Dir_Id,
+ Table_Low_Bound => First_Dir_Id,
+ Table_Initial => 12,
+- Table_Increment => 100,
+- Table_Name => "A4G.Defaults.Lib_Search_Directories");
++ Table_Increment => 100);
++-- Table_Name => "A4G.Defaults.Lib_Search_Directories");
+ -- Table of the names of the directories listed as the value of the
+ -- ADA_OBJECT_PATH environment variable. We are considering object
+ -- and ALI files coming together, so we call them both as library
+@@ -82,8 +82,8 @@
+ Table_Index_Type => Dir_Id,
+ Table_Low_Bound => First_Dir_Id,
+ Table_Initial => 12,
+- Table_Increment => 100,
+- Table_Name => "A4G.Defaults.Lib_Search_Directories");
++ Table_Increment => 100);
++-- Table_Name => "A4G.Defaults.Lib_Search_Directories");
+ -- Table of the names of the directories for dfault trees. Currently
+ -- contains exactly the same information as the table defined by
+ -- ASIS_Lib_Search_Directories, because we consider, that
+