summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-07 11:11:41 -0600
committerKarl Williamson <khw@cpan.org>2015-08-01 10:18:16 -0600
commit75af9d73c8bf8178b2a2ced9d70164b65b62ec8c (patch)
tree71ce810661e13f03da26750fbadd320ce8b5e857 /sv.c
parent2d7f66116e374c78dcf18cb5b9fea7b79ac82b5b (diff)
downloadperl-75af9d73c8bf8178b2a2ced9d70164b65b62ec8c.tar.gz
perlapi: Use F<> around file names
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 7dedbcaf09..383f53d638 100644
--- a/sv.c
+++ b/sv.c
@@ -14234,7 +14234,7 @@ the ptr_table using the function
C<ptr_table_free(PL_ptr_table); PL_ptr_table = NULL;>,
reason to keep it around is if you want to dup some of your own
variable who are outside the graph perl scans, example of this
-code is in threads.xs create.
+code is in F<threads.xs> create.
CLONEf_CLONE_HOST -
This is a win32 thing, it is ignored on unix, it tells perls