Change 33323 by [EMAIL PROTECTED] on 2008/02/16 07:06:40

        Fix macro name in comment

Affected files ...

... //depot/perl/op.c#990 edit

Differences ...

==== //depot/perl/op.c#990 (text) ====
Index: perl/op.c
--- perl/op.c#989~33315~        2008-02-15 01:19:49.000000000 -0800
+++ perl/op.c   2008-02-15 23:06:40.000000000 -0800
@@ -90,7 +90,7 @@
    magic type 'H'. This magic (itself) does nothing, but its presence causes
    the values to gain magic type 'h', which has entries for set and clear.
    C<Perl_magic_sethint> updates C<PL_compiling.cop_hints_hash> with a store
-   record, with deletes written by C<Perl_magic_clearhint>. C<SAVE_HINTS>
+   record, with deletes written by C<Perl_magic_clearhint>. C<SAVEHINTS>
    saves the current C<PL_compiling.cop_hints_hash> on the save stack, so that
    it will be correctly restored when any inner compiling scope is exited.
 */
End of Patch.

Reply via email to