Regex: Remove obsolete MSVC version checks.

[SVN r85921]
This commit is contained in:
Stephen Kelly
2013-09-25 21:16:24 +00:00
parent 7158ab5734
commit 70cd773533
10 changed files with 8 additions and 50 deletions

View File

@ -71,7 +71,7 @@ typedef enum _match_flags
} match_flags;
#if (defined(_MSC_VER) && (_MSC_VER < 1300)) || defined(__BORLANDC__)
#if defined(__BORLANDC__)
typedef unsigned long match_flag_type;
#else
typedef match_flags match_flag_type;