aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/isearch/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/isearch/files/patch-ac')
-rw-r--r--textproc/isearch/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/isearch/files/patch-ac b/textproc/isearch/files/patch-ac
deleted file mode 100644
index a2470c6c61dd..000000000000
--- a/textproc/isearch/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doctype/sgmlnorm.cxx.old Thu Feb 10 20:45:12 2000
-+++ doctype/sgmlnorm.cxx Thu Feb 10 20:45:23 2000
-@@ -528,7 +528,7 @@
- #ifndef TAG_GROW_SIZE
- #define TAG_GROW_SIZE 128
- #endif
-- const grow_size = TAG_GROW_SIZE;
-+ const int grow_size = TAG_GROW_SIZE;
- #undef TAG_GROW_SIZE
-
- // You should allocate character pointers (to tags) as you need them.