summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/datatype.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/datatype.h')
-rw-r--r--Build/source/texk/bibtex8/datatype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/datatype.h b/Build/source/texk/bibtex8/datatype.h
index dca766ee18f..ab9d2c03127 100644
--- a/Build/source/texk/bibtex8/datatype.h
+++ b/Build/source/texk/bibtex8/datatype.h
@@ -167,7 +167,7 @@ typedef Integer8_T LexType_T;
typedef Integer16_T LitStkLoc_T;
typedef UChar_T PdsLen_T;
typedef Integer8_T PdsLoc_T;
-typedef UChar_T PdsType_T[FILE_NAME_SIZE + 1];
+typedef const UChar_T PdsType_T[FILE_NAME_SIZE + 1];
typedef Unsigned16_T PoolPointer_T;
typedef Integer8_T StkType_T;
typedef Integer16_T StrEntLoc_T;