Commit 8ddc1ce3 by Richard Stallman

(va_dcl): Restore accidentally deleted __builtin_va_alist declaration.

From-SVN: r4508
parent 225211e2
......@@ -33,7 +33,7 @@ typedef void * __gnuc_va_list;
#else
#define va_alist __builtin_va_alist
#define va_dcl
#define va_dcl int __builtin_va_alist;
#ifdef __GCC_NEW_VARARGS__
#define va_start(AP) ((AP) = (char *) __builtin_saveregs ())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment