diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-06-20 17:05:31 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-06-20 17:05:31 +0000 |
commit | 1a3e26153fd67e23f8c0c4e053504c2bae1d6547 (patch) | |
tree | 78b32aea3d862923a8d3f8f68a435f84b1bc037e /src/pcre2_match.c | |
parent | a43797e45dc327afb673c998a82756d259f0c373 (diff) | |
download | pcre2-1a3e26153fd67e23f8c0c4e053504c2bae1d6547.tar.gz |
Patches for portability.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@941 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_match.c')
-rw-r--r-- | src/pcre2_match.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcre2_match.c b/src/pcre2_match.c index d8709a1..65d48e4 100644 --- a/src/pcre2_match.c +++ b/src/pcre2_match.c @@ -45,9 +45,9 @@ POSSIBILITY OF SUCH DAMAGE. /* These defines enable debugging code */ -//#define DEBUG_FRAMES_DISPLAY -//#define DEBUG_SHOW_OPS -//#define DEBUG_SHOW_RMATCH +/* #define DEBUG_FRAMES_DISPLAY */ +/* #define DEBUG_SHOW_OPS */ +/* #define DEBUG_SHOW_RMATCH */ #ifdef DEBUG_FRAME_DISPLAY #include <stdarg.h> |