projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0506f
)
[ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTA...
author
gbarr@monty.mutatus.co.uk
<gbarr@monty.mutatus.co.uk>
Thu, 27 Dec 2001 14:41:36 +0000
(14:41 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 27 Dec 2001 14:05:09 +0000
(14:05 +0000)
Message-Id: <
20011227144136
.71851.qmail@monty.mutatus.co.uk>
p4raw-id: //depot/perl@13907
lib/ExtUtils/t/Embed.t
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/t/Embed.t
b/lib/ExtUtils/t/Embed.t
index
1f23909
..
9285efa
100644
(file)
--- a/
lib/ExtUtils/t/Embed.t
+++ b/
lib/ExtUtils/t/Embed.t
@@
-139,7
+139,7
@@
__END__
#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)
{