summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/datatype.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-16 12:08:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-16 12:08:40 +0000
commit6482937de0dea6d674c05196ece8c3435c645333 (patch)
treeb5d0e509b646dd7f8a41e147fa0d902427138ad4 /Build/source/texk/bibtexu/datatype.h
parent2c4402d9e43aaa7b3148a79ecc078ded4affa73e (diff)
bibtex8/bibtexu dynamic memory allocation
git-svn-id: svn://tug.org/texlive/trunk@17464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/datatype.h')
-rw-r--r--Build/source/texk/bibtexu/datatype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/datatype.h b/Build/source/texk/bibtexu/datatype.h
index ab9d2c03127..986d27d1c13 100644
--- a/Build/source/texk/bibtexu/datatype.h
+++ b/Build/source/texk/bibtexu/datatype.h
@@ -147,7 +147,7 @@ typedef Integer16_T AuxNumber_T;
typedef Integer16_T BibNumber_T;
typedef Integer16_T BltInRange_T;
typedef Integer16_T BufPointer_T;
-typedef ASCIICode_T BufType_T[BUF_SIZE + 1];
+typedef ASCIICode_T *BufType_T;
typedef Integer16_T CiteNumber_T;
typedef Integer16_T FieldLoc_T;
typedef Integer8_T FnClass_T;