summarylogtreecommitdiffstats
path: root/asis_ui-compiler_options.adb-patch
diff options
context:
space:
mode:
authorRod Kay2017-06-16 17:02:21 +1000
committerRod Kay2017-06-16 17:02:21 +1000
commit36f78495f68c65298c27b6904c931e81005129eb (patch)
tree9d72effcd652c933e2e0742aa87f6fb621b15d40 /asis_ui-compiler_options.adb-patch
parent7e8259c6fa7404580d250eaa08014c108053ba79 (diff)
downloadaur-36f78495f68c65298c27b6904c931e81005129eb.tar.gz
Update to gpl2017 version
Diffstat (limited to 'asis_ui-compiler_options.adb-patch')
-rw-r--r--asis_ui-compiler_options.adb-patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/asis_ui-compiler_options.adb-patch b/asis_ui-compiler_options.adb-patch
new file mode 100644
index 000000000000..87d29aff06d9
--- /dev/null
+++ b/asis_ui-compiler_options.adb-patch
@@ -0,0 +1,24 @@
+--- asis-gpl-2017-src/tools/tool_utils/asis_ul-compiler_options.adb
++++ asis-gpl-2017-src-new/tools/tool_utils/asis_ul-compiler_options.adb
+@@ -53,16 +53,16 @@
+ Table_Index_Type => Natural,
+ Table_Low_Bound => 1,
+ Table_Initial => 20,
+- Table_Increment => 100,
+- Table_Name => "Compiler options");
++ Table_Increment => 100);
++-- Table_Name => "Compiler options");
+
+ package I_Options is new GNAT.Table (
+ Table_Component_Type => String_Access,
+ Table_Index_Type => Natural,
+ Table_Low_Bound => 1,
+ Table_Initial => 20,
+- Table_Increment => 100,
+- Table_Name => "Source search path options");
++ Table_Increment => 100);
++-- Table_Name => "Source search path options");
+
+ function Get_Full_Path_To_RTS (RTS : String) return String;
+ -- Assumes that RTS is a short name of run-time (no path information),
+