From 6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Feb 2015 18:06:57 +0000 Subject: Remember to #undef __errordecl Thanks zhasha for spotting this. --- include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 5426d08..2bed0b4 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -58,6 +58,8 @@ __errordecl(__snprintf_error, "snprintf: buffer overflow detected"); snprintf(s, _n, fmt, ## __VA_ARGS__); \ }) +#undef __errordecl + #endif #endif -- cgit v1.3