Mercurial > hg > xemacs-beta
comparison src/s/sunos4-0.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 85ec50267440 |
children | 83b3d10dcba9 |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
58 extern char *strdup (); | 58 extern char *strdup (); |
59 extern char *ttyname (int); | 59 extern char *ttyname (int); |
60 extern void tzsetwall (void); | 60 extern void tzsetwall (void); |
61 extern int getpagesize (void); | 61 extern int getpagesize (void); |
62 | 62 |
63 #include <memory.h> | |
63 #ifdef __SUNPRO_C | 64 #ifdef __SUNPRO_C |
64 /* Suppress zillions of warnings from outdated SunOS4 prototypes */ | 65 /* Suppress zillions of warnings from outdated SunOS4 prototypes */ |
65 /* Bother! Sun can't even get the arg types right. */ | 66 /* Bother! Sun can't even get the arg types right. */ |
66 #include <memory.h> | |
67 #include <string.h> | 67 #include <string.h> |
68 #define memset(a,b,c) memset((char*) (a), b, c) | 68 #define memset(a,b,c) memset((char*) (a), b, c) |
69 #define memcpy(a,b,c) memcpy((char*) (a), (char*) (b), c) | 69 #define memcpy(a,b,c) memcpy((char*) (a), (char*) (b), c) |
70 #define memcmp(a,b,c) memcmp((char*) (a), (char*) (b), c) | 70 #define memcmp(a,b,c) memcmp((char*) (a), (char*) (b), c) |
71 #define memchr(a,b,c) memchr((char*) (a), b, c) | 71 #define memchr(a,b,c) memchr((char*) (a), b, c) |