This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport #32607
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 29 Dec 2007 14:42:37 +0000 (14:42 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 29 Dec 2007 14:42:37 +0000 (14:42 +0000)
p4raw-id: //depot/metaconfig@32771

U/threads/d_localtime_r.U

index dba7b16..fafe340 100644 (file)
@@ -33,7 +33,7 @@
 ?C:LOCALTIME_R_NEEDS_TZSET:
 ?C:    Many libc's localtime_r implementations do not call tzset,
 ?C:    making them differ from localtime(), and making timezone
-?C:    changes using $ENV{TZ} without explicitly calling tzset
+?C:    changes using \$ENV{TZ} without explicitly calling tzset
 ?C:    impossible. This symbol makes us call tzset before localtime_r
 ?C:.
 ?H:?%<:#$d_localtime_r_needs_tzset LOCALTIME_R_NEEDS_TZSET /**/