diff options
Diffstat (limited to 'print/xmbibtex/files')
-rw-r--r-- | print/xmbibtex/files/patch-ab | 11 | ||||
-rw-r--r-- | print/xmbibtex/files/patch-ac | 18 |
2 files changed, 0 insertions, 29 deletions
diff --git a/print/xmbibtex/files/patch-ab b/print/xmbibtex/files/patch-ab deleted file mode 100644 index 9a07e0dcff93..000000000000 --- a/print/xmbibtex/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- biblio.h.orig Sat Feb 26 17:20:53 2000 -+++ biblio.h Sat Feb 26 17:22:19 2000 -@@ -18,7 +18,7 @@ - - class BIBLIO { - /* ... private part ... */ -- const int MAX_FIELD_LENGTH=3000; /* max fieldlength for BibTeX fields */ -+ #define MAX_FIELD_LENGTH 3000 /* max fieldlength for BibTeX fields */ - struct CITATION { - unsigned long id;/* made unsigned long to simplify ref ID generation */ - char *doctype; /* added to standard BibTeX fields */ diff --git a/print/xmbibtex/files/patch-ac b/print/xmbibtex/files/patch-ac deleted file mode 100644 index 74ed9389cbcd..000000000000 --- a/print/xmbibtex/files/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ ---- refman.cc.orig Mon Jun 15 15:01:37 1998 -+++ refman.cc Sun Nov 12 20:10:06 2000 -@@ -3,7 +3,6 @@ - /* Main Module */ - /* Last change 15.06.1998 */ - --#include <X11/Xmu/Editres.h> - #include <Xm/MainW.h> - #include <Xm/RowColumn.h> - #include <Xm/CascadeB.h> -@@ -15,6 +14,7 @@ - #include <Xm/Label.h> - #include <Xm/MessageB.h> - #include <Xm/Text.h> -+#include <X11/Xmu/Editres.h> - #include <stdio.h> - - #include "nrutil.c" |