Change 23633 by [EMAIL PROTECTED] on 2004/12/09 18:50:16
Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
From: Robin Barker <[EMAIL PROTECTED]>
Date: Wed, 1 Dec 2004 15:15:44 -0000
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/perl.h#563 edit
Differences ...
==== //depot/perl/perl.h#563 (text) ====
Index: perl/perl.h
--- perl/perl.h#562~23279~ Wed Sep 8 11:46:56 2004
+++ perl/perl.h Thu Dec 9 10:50:16 2004
@@ -751,7 +751,7 @@
# define MALLOC_CHECK_TAINT(argc,argv,env)
#endif /* MYMALLOC */
-#define TOO_LATE_FOR_(ch,s) Perl_croak(aTHX_ "\"-%c\" is on the #! line, it
must also be used on the command line", (char)(ch), s)
+#define TOO_LATE_FOR_(ch,s) Perl_croak(aTHX_ "\"-%c\" is on the #! line, it
must also be used on the command line%s", (char)(ch), s)
#define TOO_LATE_FOR(ch) TOO_LATE_FOR_(ch, "")
#define MALLOC_TOO_LATE_FOR(ch) TOO_LATE_FOR_(ch, " with
$ENV{PERL_MALLOC_OPT}")
#define MALLOC_CHECK_TAINT2(argc,argv) MALLOC_CHECK_TAINT(argc,argv,NULL)
End of Patch.