Change 12057 by ams@ams-lustre on 2001/09/17 16:51:18
Its a nit!
Affected files ...
... //depot/perl/sv.h#97 edit
Differences ...
==== //depot/perl/sv.h#97 (text) ====
Index: perl/sv.h
--- perl/sv.h.~1~ Mon Sep 17 11:00:05 2001
+++ perl/sv.h Mon Sep 17 11:00:05 2001
@@ -705,7 +705,7 @@
#ifdef USE_ITHREADS
/* The following uses the FAKE flag to show that a regex pointer is infact
- it's own offset in the regexpad for ithreads */
+ its own offset in the regexpad for ithreads */
#define SvREPADTMP(sv) (SvFLAGS(sv) & SVf_FAKE)
#define SvREPADTMP_on(sv) (SvFLAGS(sv) |= SVf_FAKE)
#define SvREPADTMP_off(sv) (SvFLAGS(sv) &= ~SVf_FAKE)
End of Patch.