Fix lib/roken test macro redefinition

This commit is contained in:
Nicolas Williams
2018-12-28 11:47:46 -06:00
committed by Jeffrey Altman
parent 299fbf5dac
commit 7c449afbf8

View File

@@ -42,7 +42,13 @@
* these evil hacks
*/
#ifdef strftime
#undef strftime
#endif
#define strftime test_strftime
#ifdef strptime
#undef strptime
#endif
#define strptime test_strptime
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL