diff options
Diffstat (limited to 'srclib/pcre/dftables.c')
-rw-r--r-- | srclib/pcre/dftables.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/srclib/pcre/dftables.c b/srclib/pcre/dftables.c index 470a5fc417..8458c60f1c 100644 --- a/srclib/pcre/dftables.c +++ b/srclib/pcre/dftables.c @@ -46,11 +46,6 @@ locale and used as the default tables by PCRE. Now that pcre_maketables is a function visible to the outside world, we make use of its code from here in order to be consistent. */ -#if defined(_MSC_VER) && _MSC_VER >= 1400 -#define _CRT_SECURE_NO_DEPRECATE -#pragma warning(disable: 4996) -#endif - #include <ctype.h> #include <stdio.h> #include <string.h> |