Browse code

silence OSX 10.11 macro redefinition warnings

Kevin Lin authored on 2015/10/23 03:25:24
Showing 1 changed files
... ...
@@ -436,6 +436,9 @@ struct RE {
436 436
 #define yr_realloc cli_realloc
437 437
 #define yr_free free
438 438
 #define xtoi cli_xtoi
439
+
440
+#undef strlcpy
441
+#undef strlcat
439 442
 #define strlcpy cli_strlcpy
440 443
 #define strlcat cli_strlcat
441 444