mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 12:01:14 +08:00
Would be more useful if we could use "const char * const *", but there's a long standing bug where gcc warns about incompatible pointers when you try to pass in "char **". We can at least constify the array itself as gcc will not warn in that case. From-SVN: r232089