diff options
author | Robin Barker <RMBarker@cpan.org> | 2007-12-20 18:29:25 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-12-20 21:52:06 +0000 |
commit | 360ea906b19e0bdcdbc4a4ce534a035d46a949d5 (patch) | |
tree | e65b89c54ec06303383cf873c456c52acefd5b8e /intrpvar.h | |
parent | 878d132a73f5d089e821fedd49aa4835a2786d1d (diff) | |
download | perl-360ea906b19e0bdcdbc4a4ce534a035d46a949d5.tar.gz |
make miniperl -Wwrite-strings clean
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399A@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32681
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 77998122a6..10d8c12c9c 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -348,7 +348,7 @@ PERLVARI(Icurcopdb, COP *, NULL) PERLVAR(Ifilemode, int) /* so nextargv() can preserve mode */ PERLVAR(Ilastfd, int) /* what to preserve mode on */ PERLVAR(Ioldname, char *) /* what to preserve mode on */ -PERLVAR(IArgv, char **) /* stuff to free from do_aexec, vfork safe */ +PERLVAR(IArgv, const char **) /* stuff to free from do_aexec, vfork safe */ PERLVAR(ICmd, char *) /* stuff to free from do_aexec, vfork safe */ /* Elements in this array have ';' appended and are injected as a single line into the tokeniser. You can't put any (literal) newlines into any program |