From edc562bfa3e97201709f690ae5c738b150dc365c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 5 Mar 2012 08:50:28 +0000 Subject: build: Avoid various (gcc-4.x) compiler warnings git-svn-id: svn://tug.org/texlive/trunk@25567 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 c9717f28c1a..dcd6b495f87 100644 --- a/Build/source/texk/web2c/cpascal.h +++ b/Build/source/texk/web2c/cpascal.h @@ -126,6 +126,7 @@ typedef FILE *text; #define intcast(x) ((integer) (x)) #define stringcast(x) ((string) (x)) #define conststringcast(x) ((const_string) (x)) +#define ustringcast(x) ((unsigned char *) (x)) /* For throwing away input from the file F. */ #define vgetc(f) (void) getc (f) -- cgit v1.2.3