*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 21 Mar 1992 23:15:25 +0000 (23:15 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 21 Mar 1992 23:15:25 +0000 (23:15 +0000)
From-SVN: r552

gcc/mips-tdump.c

index ee46ec9186478e41999168f8e241984cf671646e..239c3a1684dac13cd4b7c4db85ca5b836064dc7c 100644 (file)
@@ -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