Changeset 1506 for trunk/src/emx/include/ansidecl.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/ansidecl.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* ansidecl.h,v 1.2 2004/09/14 22:27:31 bird Exp */ 2 /** @file 3 * GNU, -liberty. 4 */ 5 1 6 /* ANSI and traditional C compatability macros 2 7 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 … … 158 163 #define VA_CLOSE(AP) } va_end(AP); } 159 164 #define VA_FIXEDARG(AP, T, N) struct Qdmy 160 165 161 166 #undef const 162 167 #undef volatile -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.