mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 15:03:34 -04:00
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user