summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/gblvars.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/gblvars.h')
-rw-r--r--Build/source/texk/bibtex8/gblvars.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/bibtex8/gblvars.h b/Build/source/texk/bibtex8/gblvars.h
index 7939a3cf80c..d28672e530c 100644
--- a/Build/source/texk/bibtex8/gblvars.h
+++ b/Build/source/texk/bibtex8/gblvars.h
@@ -316,7 +316,7 @@ __EXTERN__ Boolean_T store_entry;
__EXTERN__ Boolean_T store_field;
__EXTERN__ Boolean_T store_token;
__EXTERN__ StrEntLoc_T str_ent_ptr;
-__EXTERN__ Integer8_T str_glb_ptr;
+__EXTERN__ UChar_T str_glb_ptr;
__EXTERN__ Integer_T string_width;
__EXTERN__ StrNumber_T str_num;
__EXTERN__ StrNumber_T str_ptr;
@@ -368,9 +368,9 @@ __EXTERN__ Integer_T lit_stack[LIT_STK_SIZE + 1];
__EXTERN__ StkType_T lit_stk_type[LIT_STK_SIZE + 1];
__EXTERN__ ASCIICode_T name_sep_char[BUF_SIZE + 1];
__EXTERN__ BufPointer_T name_tok[BUF_SIZE + 1];
-__EXTERN__ char name_of_file[FILE_NAME_SIZE + 1];
+__EXTERN__ unsigned char name_of_file[FILE_NAME_SIZE + 1];
__EXTERN__ StrNumber_T s_preamble[MAX_BIB_FILES + 1];
-__EXTERN__ char xchr[LAST_ASCII_CHAR + 1];
+__EXTERN__ unsigned char xchr[LAST_ASCII_CHAR + 1];
__EXTERN__ ASCIICode_T xord[LAST_TEXT_CHAR + 1];
#ifdef SUPPORT_8BIT