[Ada] Remove const qualifier on a couple of pointed-to types
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 8 Feb 2021 11:00:19 +0000 (12:00 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 15 Jun 2021 10:19:22 +0000 (06:19 -0400)
commit86347b2d8d48fa2d18658d241f2df54665dac627
tree2ce57461e8529ae6fe32a91cd15c666f2fc0e43d
parentb2339160162e80fd854a9caaaf0d3dd0207ede8e
[Ada] Remove const qualifier on a couple of pointed-to types

gcc/ada/

* argv.c: Add include of <stdlib.h> for the runtime.
(gnat_argv): Change type to char ** and initialize to NULL.
(gnat_envp): Likewise.
* argv-lynxos178-raven-cert.c: Add include of <stdlib.h>.
(gnat_argv): Change type to char ** and initialize to NULL.
(gnat_envp): Likewise.
gcc/ada/argv-lynxos178-raven-cert.c
gcc/ada/argv.c