diff options
Diffstat (limited to 'portable/snprintf.c')
| -rw-r--r-- | portable/snprintf.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/portable/snprintf.c b/portable/snprintf.c index c35ad80..9818acd 100644 --- a/portable/snprintf.c +++ b/portable/snprintf.c @@ -19,6 +19,8 @@   * conflicts with the system version.   */  #if TESTING +# undef snprintf +# undef vsnprintf  # define snprintf test_snprintf  # define vsnprintf test_vsnprintf  #endif  | 
