summarylogtreecommitdiffstats
path: root/gnatcheck-categories.adb-patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnatcheck-categories.adb-patch')
-rw-r--r--gnatcheck-categories.adb-patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnatcheck-categories.adb-patch b/gnatcheck-categories.adb-patch
new file mode 100644
index 000000000000..88c053e12ece
--- /dev/null
+++ b/gnatcheck-categories.adb-patch
@@ -0,0 +1,14 @@
+--- asis-gpl-2017-src/tools/gnatcheck/gnatcheck-categories.adb
++++ asis-gpl-2017-src-new/tools/gnatcheck/gnatcheck-categories.adb
+@@ -48,8 +48,8 @@
+ Table_Index_Type => Category_Id,
+ Table_Low_Bound => Root_Category_Id,
+ Table_Initial => 100,
+- Table_Increment => 100,
+- Table_Name => "Category table");
++ Table_Increment => 100);
++-- Table_Name => "Category table");
+ -- ????
+
+ Categories : All_Categories .Table_Ptr renames All_Categories.Table;
+