summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 22:11:35 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 22:11:35 +0000
commite652bb2f33d1b08a2b50780200835acf884c8c54 (patch)
treeef0a78d0a3e855dc155388fe7e45a53c6f92f1ea /perl.c
parente8427fc1f84a6c6e366343fd87a9a70fca81f022 (diff)
downloadperl-e652bb2f33d1b08a2b50780200835acf884c8c54.tar.gz
Correct the correction :-(
p4raw-id: //depot/perl@8721
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 78a4a54e26..b0c1cefae4 100644
--- a/perl.c
+++ b/perl.c
@@ -698,7 +698,7 @@ perl_destruct(pTHXx)
}
SvREFCNT_dec(PL_strtab);
-#ifdef USE_THREADS
+#ifdef USE_ITHREADS
/* free the pointer table used for cloning */
ptr_table_free(PL_ptr_table);
#endif