* config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
[deliverable/binutils-gdb.git] / readline / sysdep-newsos.h
1 /* System-dependent stuff, for Sony NEwS systems */
2
3 #ifdef __GNUC__
4 #define alloca __builtin_alloca
5 #else
6 extern char *alloca ();
7 #endif
8
9 #include <sys/dir.h>
10 typedef struct direct dirent;
This page took 0.031619 seconds and 4 git commands to generate.