diff options
Diffstat (limited to 'src/stdarg/va_end.c')
| -rw-r--r-- | src/stdarg/va_end.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stdarg/va_end.c b/src/stdarg/va_end.c index dd1c04ab..62e585ae 100644 --- a/src/stdarg/va_end.c +++ b/src/stdarg/va_end.c @@ -1,9 +1,7 @@ -#include <stdarg.h> +#define va_end(__ap) __builtin_va_end(__ap) /** end processing unnamed arguments **/ -#define va_end(__ap) __builtin_va_end(__ap) - /*** stops processing unnamed arguments that were previously begun with a call to FUNCTION(va_start) so that the enclosing function may return normally. |
