diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-11 01:48:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-11 01:48:22 +0000 |
commit | e6762aeb44ae840f1bef5088c2c34aac4f953080 (patch) | |
tree | 6caa2bd82a4de964064cbd5883456445475968af /textproc/isearch | |
parent | 57fc3d9cdc5c260d574bff30f95147ff55163de4 (diff) | |
download | ports-e6762aeb44ae840f1bef5088c2c34aac4f953080.tar.gz ports-e6762aeb44ae840f1bef5088c2c34aac4f953080.zip |
Notes
Diffstat (limited to 'textproc/isearch')
-rw-r--r-- | textproc/isearch/files/patch-ab | 11 | ||||
-rw-r--r-- | textproc/isearch/files/patch-ac | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/isearch/files/patch-ab b/textproc/isearch/files/patch-ab new file mode 100644 index 000000000000..1b3bc147483c --- /dev/null +++ b/textproc/isearch/files/patch-ab @@ -0,0 +1,11 @@ +--- src/index.cxx.old Thu Feb 10 20:39:15 2000 ++++ src/index.cxx Thu Feb 10 20:39:24 2000 +@@ -530,7 +530,7 @@ + } + + GDT_BOOLEAN INDEX::ValidateInField(const GPTYPE HitGp, const STRING& FieldName, +- const PhraseLength) { ++ const int PhraseLength) { + STRING Fn; + Parent->DfdtGetFileName(FieldName, &Fn); + PFILE Fp = Parent->ffopen(Fn, "rb"); diff --git a/textproc/isearch/files/patch-ac b/textproc/isearch/files/patch-ac new file mode 100644 index 000000000000..a2470c6c61dd --- /dev/null +++ b/textproc/isearch/files/patch-ac @@ -0,0 +1,11 @@ +--- 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. |