Commit 9a78963a by Michael Meissner

*** empty log message ***

From-SVN: r552
parent b3865ca9
......@@ -33,12 +33,12 @@ typedef const void *CPTR_T;
#define __proto(x) x
#else
#ifdef _STDIO_H_ /* Ultrix 4.0 */
#if defined(_STDIO_H_) || defined(__STDIO_H__) /* Ultrix 4.0, SGI */
typedef void *PTR_T;
typedef void *CPTR_T;
#else
typedef char *PTR_T; /* Ultrix 3.1 */
typedef char *PTR_T; /* Ultrix 3.1 */
typedef char *CPTR_T;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment