Change 13907 by jhi@alpha on 2001/12/27 14:05:09

        Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 
4.4-stable (UNINSTALLED)
        From: [EMAIL PROTECTED]
        Date: 27 Dec 2001 14:41:36 -0000
        Message-Id: <[EMAIL PROTECTED]>    

Affected files ...

.... //depot/perl/lib/ExtUtils/t/Embed.t#3 edit

Differences ...

==== //depot/perl/lib/ExtUtils/t/Embed.t#3 (text) ====
Index: perl/lib/ExtUtils/t/Embed.t
--- perl/lib/ExtUtils/t/Embed.t.~1~     Thu Dec 27 07:15:05 2001
+++ perl/lib/ExtUtils/t/Embed.t Thu Dec 27 07:15:05 2001
@@ -139,7 +139,7 @@
 
 #define my_puts(a) if(puts(a) < 0) exit(666)
 
-char *cmds[] = { "perl","-e", "print qq[ok 5\\n]", NULL };
+static char *cmds[] = { "perl","-e", "print qq[ok 5\\n]", NULL };
 
 int main(int argc, char **argv, char **env)
 {
End of Patch.

Reply via email to