summarylogtreecommitdiffstats
path: root/asis_ui-compiler_options.adb-patch
diff options
context:
space:
mode:
authorRod Kay2018-10-01 12:32:34 +1000
committerRod Kay2018-10-01 12:32:34 +1000
commitac6bc9df11a5e5f96dad4db5cb1d84c7cab56f94 (patch)
tree7adb4b15822545f3c247c32f200590aa101c6a7e /asis_ui-compiler_options.adb-patch
parent4ee6010d0b6f69c8658d97907b1be6922e17fd4c (diff)
downloadaur-ac6bc9df11a5e5f96dad4db5cb1d84c7cab56f94.tar.gz
Update to 2018 version
Diffstat (limited to 'asis_ui-compiler_options.adb-patch')
-rw-r--r--asis_ui-compiler_options.adb-patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/asis_ui-compiler_options.adb-patch b/asis_ui-compiler_options.adb-patch
deleted file mode 100644
index 87d29aff06d9..000000000000
--- a/asis_ui-compiler_options.adb-patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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),
-