From 00c4dcfbc8a0c6caa1a9e71cbbdcff92d217ef99 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 9 Jan 2014 08:49:53 +0000 Subject: web2c: Introduce a genuine 64-bit integer type, in case of 32-bit off_t git-svn-id: svn://tug.org/texlive/trunk@32614 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cpascal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Build/source/texk/web2c/cpascal.h') diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h index d1dc83f4041..48700a023fc 100644 --- a/Build/source/texk/web2c/cpascal.h +++ b/Build/source/texk/web2c/cpascal.h @@ -124,6 +124,7 @@ typedef FILE *text; /* To work around casting problems. */ #define ucharcast(x) ((unsigned char) (x)) #define intcast(x) ((integer) (x)) +#define int64cast(x) ((integer64) (x)) #define stringcast(x) ((string) (x)) #define conststringcast(x) ((const_string) (x)) #define ustringcast(x) ((unsigned char *) (x)) -- cgit v1.2.3