Changeset 369
- Timestamp:
- Jul 14, 2003, 11:30:23 AM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/386/stdarg.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r368 r369 45 45 #include <sys/_types.h> 46 46 47 #if ndef _VA_LIST_DECLARED47 #if !defined(_VA_LIST_DECLARED) && !defined(_VA_LIST) /* bird: emx */ 48 48 #define _VA_LIST_DECLARED 49 49 #define _VA_LIST /* bird: emx */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/stdio.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r368 r369 6 6 #if defined (__cplusplus) 7 7 extern "C" { 8 #endif 9 10 #include <sys/cdefs.h> 11 #include <sys/_types.h> 12 13 #if !defined(_VA_LIST_DECLARED) && !defined(_VA_LIST) /* bird: emx */ 14 #define _VA_LIST_DECLARED 15 #define _VA_LIST /* bird: emx */ 16 typedef __va_list va_list; 8 17 #endif 9 18 … … 110 119 #endif 111 120 112 #if !defined (_VA_LIST)113 #define _VA_LIST114 typedef __builtin_va_list va_list;115 #endif116 121 117 122 void clearerr (FILE *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.