projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8427fc
)
Correct the correction :-(
Nick Ing-Simmons [Thu, 8 Feb 2001 22:11:35 +0000 (22:11 +0000)]
p4raw-id: //depot/perl@8721
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
78a4a54
..
b0c1cef
100644
(file)
--- 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