summarylogtreecommitdiffstats
path: root/a4g-asis_tables.ads-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 /a4g-asis_tables.ads-patch
parent4ee6010d0b6f69c8658d97907b1be6922e17fd4c (diff)
downloadaur-ac6bc9df11a5e5f96dad4db5cb1d84c7cab56f94.tar.gz
Update to 2018 version
Diffstat (limited to 'a4g-asis_tables.ads-patch')
-rw-r--r--a4g-asis_tables.ads-patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/a4g-asis_tables.ads-patch b/a4g-asis_tables.ads-patch
deleted file mode 100644
index 05b5a85775d5..000000000000
--- a/a4g-asis_tables.ads-patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- asis-gpl-2017-src/asis/a4g-asis_tables.ads
-+++ asis-gpl-2017-src-new/asis/a4g-asis_tables.ads
-@@ -54,8 +54,8 @@
- Table_Index_Type => Asis.ASIS_Natural,
- Table_Low_Bound => 1,
- Table_Initial => 10,
-- Table_Increment => 100,
-- Table_Name => "Internal Element_List");
-+ Table_Increment => 100);
-+-- Table_Name => "Internal Element_List");
-
- -- This table contains ASIS Elements. It is supposed to be used only for
- -- creating the result Element lists in ASIS structural queries. Note that
-@@ -69,8 +69,8 @@
- Table_Index_Type => Asis.ASIS_Natural,
- Table_Low_Bound => 1,
- Table_Initial => 10,
-- Table_Increment => 100,
-- Table_Name => "Element_List");
-+ Table_Increment => 100);
-+-- Table_Name => "Element_List");
- -- This table contains ASIS Elements. It is supposed to be used for any
- -- purpose except creating the result Element lists in ASIS structural
- -- queries.
-@@ -95,8 +95,8 @@
- Table_Index_Type => Int,
- Table_Low_Bound => 0,
- Table_Initial => 10,
-- Table_Increment => 100,
-- Table_Name => "Node_Trace");
-+ Table_Increment => 100);
-+-- Table_Name => "Node_Trace");
- -- This table is used to create the node trace needed to compare elements
- -- from nested instances
-
-