Mercurial > hg > xemacs-beta
comparison src/broken-sun.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
23 */ | 23 */ |
24 | 24 |
25 /* Sun's standard and GCC's header files leave out prototypes for | 25 /* Sun's standard and GCC's header files leave out prototypes for |
26 all sorts of functions. */ | 26 all sorts of functions. */ |
27 | 27 |
28 #ifndef _XEMACS_BROKEN_SUN_H_ | 28 #ifndef INCLUDED_broken_sun_h_ |
29 #define _XEMACS_BROKEN_SUN_H_ | 29 #define INCLUDED_broken_sun_h_ |
30 | 30 |
31 #ifdef __GNUC__ | 31 #ifdef __GNUC__ |
32 #include <stdlib.h> | 32 #include <stdlib.h> |
33 #include <stddef.h> | 33 #include <stddef.h> |
34 | 34 |
162 long random (void); | 162 long random (void); |
163 int srandom (int seed); | 163 int srandom (int seed); |
164 | 164 |
165 #endif /* __GNUC__ */ | 165 #endif /* __GNUC__ */ |
166 | 166 |
167 #endif /* _XEMACS_BROKEN_SUN_H_ */ | 167 #endif /* INCLUDED_broken_sun_h_ */ |