diff options
| author | sin | 2015-02-04 18:06:57 +0000 |
|---|---|---|
| committer | sin | 2015-02-04 18:06:57 +0000 |
| commit | 6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557 (patch) | |
| tree | 59d9523b662fef885cf435113ed76281378fcace /include/stdio.h | |
| parent | 87f56f70d77945c284490ce779ddff0c64343e41 (diff) | |
Remember to #undef __errordecl
Thanks zhasha for spotting this.
Diffstat (limited to '')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
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"); | |||
| 58 | snprintf(s, _n, fmt, ## __VA_ARGS__); \ | 58 | snprintf(s, _n, fmt, ## __VA_ARGS__); \ |
| 59 | }) | 59 | }) |
| 60 | 60 | ||
| 61 | #undef __errordecl | ||
| 62 | |||
| 61 | #endif | 63 | #endif |
| 62 | 64 | ||
| 63 | #endif | 65 | #endif |
