summarylogtreecommitdiffstats
path: root/asis_ui-compiler_options.adb-patch
blob: 87d29aff06d90e89955b4970e3eab7110c38650a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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),