diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/token.h')
-rw-r--r-- | Build/source/texk/ps2pkm/token.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/Build/source/texk/ps2pkm/token.h b/Build/source/texk/ps2pkm/token.h index 6fcfa0e63ce..272da4cbaa6 100644 --- a/Build/source/texk/ps2pkm/token.h +++ b/Build/source/texk/ps2pkm/token.h @@ -56,22 +56,6 @@ #define TOKEN_IMMED_NAME (16) /* Token routines */ -extern void scan_token(); - -/* - * ------------------------------------------------------------------------- - * Globals shared -- (everyone else KEEP YOUR MITTS OFF THEM!) - * ------------------------------------------------------------------------- - */ - -/* These variables are set by the caller */ -extern char *tokenStartP; /* Pointer to token buffer in VM */ -extern char *tokenMaxP; /* Pointer to end of VM we may use + 1 */ - -/* These variables are set by P_TOKEN */ -extern int tokenLength; /* Characters in token */ -extern boolean tokenTooLong; /* Token too long for space available */ -extern int tokenType; /* Type of token identified */ -extern psvalue tokenValue; /* Token value */ +extern void scan_token(psobj *); #endif /* TOKEN_H */ |