Index: head/textproc/isearch/files/patch-ab =================================================================== --- head/textproc/isearch/files/patch-ab (nonexistent) +++ head/textproc/isearch/files/patch-ab (revision 25651) @@ -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"); Property changes on: head/textproc/isearch/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/isearch/files/patch-ac =================================================================== --- head/textproc/isearch/files/patch-ac (nonexistent) +++ head/textproc/isearch/files/patch-ac (revision 25651) @@ -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. Property changes on: head/textproc/isearch/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property