This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Apr 2006 09:34:48 +0000 (09:34 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Apr 2006 09:34:48 +0000 (09:34 +0000)
commitfc32ee4a20cad290b8f0976573f6b6604bee812f
treea5ec4590ee7de24610cc7c6f7533191aacdd035b
parenta075176614b5ba61bbee8cc5336ddfbd48f21998
There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
so use it (and this fixes a valgrind memory access error)

p4raw-id: //depot/perl@27899
regcomp.c