diff options
Diffstat (limited to 'print/xmbibtex/files/patch-ab')
-rw-r--r-- | print/xmbibtex/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 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 */ |