* hosts/delta88v4.h: New for SVR4.
[deliverable/binutils-gdb.git] / bfd / hosts / i386isc.h
index 67d74f740c729ab5ec8b49e4887fee8883ce6e11..b07af47e7a2e821edd3355580fe79d74c518f573 100644 (file)
@@ -1,5 +1,6 @@
 /* Host configuration file for Interactive Unix 3.2 */
 /* From Minh Tran-Le <TRANLE@INTELLICORP.COM>.  */
+#include <ansidecl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
 
 #ifndef DONTDECLARE_MALLOC
-extern PTR  EXFUN(malloc,(unsigned));
-extern PTR  EXFUN(realloc, (PTR, unsigned));
-extern void EXFUN(free,(PTR));
+extern PTR  malloc     PARAMS ((unsigned));
+extern PTR  realloc    PARAMS ((PTR, unsigned));
+extern void free       PARAMS ((PTR));
 #endif
 
-/* EXACT TYPES */
-typedef char int8e_type;
-typedef unsigned char uint8e_type;
-typedef short int16e_type;
-typedef unsigned short uint16e_type;
-typedef int int32e_type;
-typedef unsigned int uint32e_type;
-
-/* CORRECT SIZE OR GREATER */
-typedef char int8_type;
-typedef unsigned char uint8_type;
-typedef short int16_type;
-typedef unsigned short uint16_type;
-typedef int int32_type;
-typedef unsigned int uint32_type;
-
 #include "fopen-same.h"
 
 #ifndef fileno
This page took 0.023609 seconds and 4 git commands to generate.