diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 16:16:05 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 16:18:33 +0100 |
commit | 209f6091c24c63651132dae4cbcf1eab9ea8913c (patch) | |
tree | a8014ad655ae0136f10ae669a27305fe1a37e5db /erts/emulator/pcre/pcre_exec.c | |
parent | 6ca494bba68eccc5359c96538bfbec9fe9f72a69 (diff) | |
download | otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.gz otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.bz2 otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.zip |
erts: Use block comments - ansi style
Diffstat (limited to 'erts/emulator/pcre/pcre_exec.c')
-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 |