aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_exec.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-03-07 12:26:18 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-03-07 12:26:18 +0100
commitcf3abdefe2d6dd2389be4e0530b870938d92fc0e (patch)
tree8a482fd1401b80a83082c771a250dea5e4c09511 /erts/emulator/pcre/pcre_exec.c
parentc36caae74e01798445ecc64f77e5f5aede7a2e7d (diff)
parent8bbe5fadb386ef50f1efbb9c2938444548b13e09 (diff)
downloadotp-cf3abdefe2d6dd2389be4e0530b870938d92fc0e.tar.gz
otp-cf3abdefe2d6dd2389be4e0530b870938d92fc0e.tar.bz2
otp-cf3abdefe2d6dd2389be4e0530b870938d92fc0e.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/pcre/pcre_exec.c')
-rw-r--r--erts/emulator/pcre/pcre_exec.c2
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