From a7bc22ca009cfd2d3e4e977d19599f6a3fb5096e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 20 Dec 2010 10:28:43 +0000 Subject: Paul 28538 / me 28540 / couple of unposted casts: use char * for pointer arithmetic rather than void * --- Src/prototypes.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Src/prototypes.h') diff --git a/Src/prototypes.h b/Src/prototypes.h index 3dc5badf2..07fe2d0c5 100644 --- a/Src/prototypes.h +++ b/Src/prototypes.h @@ -44,13 +44,6 @@ extern int tputs _((char *cp, int affcnt, int (*outc) (int))); /* MISSING PROTOTYPES FOR VARIOUS OPERATING SYSTEMS */ -/* HP/UX 9 c89 */ -#if defined(__hpux) && defined(_XPG3) && !defined(_POSIX1_1988) -# define WRITE_ARG_2_T void * -#else -# define WRITE_ARG_2_T char * -#endif - #if defined(__hpux) && defined(_HPUX_SOURCE) && !defined(_XPG4_EXTENDED) # define SELECT_ARG_2_T int * #else -- cgit 1.4.1