diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-06-16 20:47:22 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-06-16 20:47:22 +0100 |
commit | d9f81b50694a810f1b920a55481bdf183181048c (patch) | |
tree | 1dd18a9b6aabdd12ed792f96607cf6ca2881a0d7 /perl.h | |
parent | 1f4d2d4e2e4bb7bbbd526ea0b9d5592742433f9a (diff) | |
download | perl-d9f81b50694a810f1b920a55481bdf183181048c.tar.gz |
Stop using WITH_THR and WITH_THX, as they were never necessary here.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3811,10 +3811,10 @@ Gid_t getegid (void); #define DEBUG_SCOPE(where) \ - DEBUG_l(WITH_THR( \ + DEBUG_l( \ Perl_deb(aTHX_ "%s scope %ld (savestack=%ld) at %s:%d\n", \ where, (long)PL_scopestack_ix, (long)PL_savestack_ix, \ - __FILE__, __LINE__))); + __FILE__, __LINE__)); |