This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: Add emphasis to comment
authorKarl Williamson <khw@cpan.org>
Thu, 18 Apr 2019 16:06:47 +0000 (10:06 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 18 Apr 2019 18:17:22 +0000 (12:17 -0600)
intrpvar.h

index 1f69ab2..e330366 100644 (file)
@@ -21,7 +21,7 @@
 
 /* New variables must be added to the very end for binary compatibility. */
 
-/* Don't forget to add your variable also to perl_clone()! (in sv.c) */
+/* DON'T FORGET to add your variable also to perl_clone()! (in sv.c) */
 
 /* The 'I' prefix is only needed for vars that need appropriate #defines
  * generated when built with or without MULTIPLICITY.  It is also used