blob: fe3000f040ca85a1c1e4e73d6a026f7e6ae80647 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- scan-types.sh.orig Tue Jul 7 19:36:58 1998
+++ scan-types.sh Tue Jul 7 19:38:39 1998
@@ -14,6 +14,7 @@
# using sed to search for typedefs in the output.
cat >st-dummy.c <<!EOF!
+#if 0 /* WE DON'T HAVE THESE UNTIL NEWLIB HAS BEEN INSTALLED!!! */
#include <sys/types.h>
#include <stddef.h>
#include <stdarg.h>
@@ -27,6 +28,7 @@
#endif
#ifdef va_list
typedef va_list XXXva_list;
+#endif
#endif
!EOF!
|