summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-29 08:56:37 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-29 08:56:37 -0700
commit4fe487375733a521d44d835d6c9894bd30c6e26a (patch)
tree4a92905f05591c102cbf508d3e1dbfb6ff17be7f /sv.h
parent126fe723711f584a4cbdbdbfcc7792d26d961450 (diff)
downloadperl-4fe487375733a521d44d835d6c9894bd30c6e26a.tar.gz
New bug numbers in *.[ch]
perl -pi -e 'BEGIN { %map = split " ", join "", `cat pb2rt.txt` } s/(?<!\d)\d{8}\.\d{3}(?!\d)/$& (#$map{$&})/g' *.[ch]
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index bfda6bf6cb..db42a66715 100644
--- a/sv.h
+++ b/sv.h
@@ -617,7 +617,7 @@ struct xpvio {
* Perl_filter_add() tries to do with the dirp), hence the
* following union trick (as suggested by Gurusamy Sarathy).
* For further information see Geir Johansen's problem report
- * titled [ID 20000612.002] Perl problem on Cray system
+ * titled [ID 20000612.002 (#3366)] Perl problem on Cray system
* The any pointer (known as IoANY()) will also be a good place
* to hang any IO disciplines to.
*/