diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-03-07 12:25:54 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-03-07 12:25:54 +0100 |
commit | 8bbe5fadb386ef50f1efbb9c2938444548b13e09 (patch) | |
tree | e385c3100b4edf55fcbc75bdc79c0da09691316c /erts/emulator/pcre | |
parent | 57a33a31ca0fcb385dd899f4074310d0fbdefda4 (diff) | |
parent | d0e0ce2aa23f036675288735a43fc6581d79c95c (diff) | |
download | otp-8bbe5fadb386ef50f1efbb9c2938444548b13e09.tar.gz otp-8bbe5fadb386ef50f1efbb9c2938444548b13e09.tar.bz2 otp-8bbe5fadb386ef50f1efbb9c2938444548b13e09.zip |
Merge branch 'egil/ansi-pedantic' into maint
Diffstat (limited to 'erts/emulator/pcre')
-rw-r--r-- | erts/emulator/pcre/pcre_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/pcre/pcre_exec.c b/erts/emulator/pcre/pcre_exec.c index 3fe13ca32e..26cb219ef1 100644 --- a/erts/emulator/pcre/pcre_exec.c +++ b/erts/emulator/pcre/pcre_exec.c @@ -36,7 +36,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ----------------------------------------------------------------------------- */ -//#define ERLANG_DEBUG 1 +/* #define ERLANG_DEBUG 1 */ /* This module contains erts_pcre_exec(), the externally visible function that does pattern matching using an NFA algorithm, trying to mimic Perl as closely as |