diff options
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,10 +52,6 @@ # include "../locale/localeinfo.h" #endif -#if defined (_MSC_VER) -#include <stdio.h> /* for size_t */ -#endif - /* On some systems, limits.h sets RE_DUP_MAX to a lower value than GNU regex allows. Include it before <regex.h>, which correctly #undefs RE_DUP_MAX and sets it to the right value. */ |