Commit 9a78963a by Michael Meissner

*** empty log message ***

From-SVN: r552
parent b3865ca9
......@@ -33,7 +33,7 @@ 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;
......
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