]> git.ipfire.org Git - thirdparty/gcc.git/commit
interface.c (gfc_match_end_interface): Constify char pointer to fix warning.
authorTobias Burnus <burnus@gcc.gnu.org>
Sat, 25 Sep 2010 07:06:36 +0000 (09:06 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 25 Sep 2010 07:06:36 +0000 (09:06 +0200)
commit915acec49bf7ffb41ff2bec3e149809c552496c4
tree39d01d4ebd22a3d405222e26ea1e6efa4e6ef71f
parentc6d6e62f3e8b13bda76eb8586a5024f4e488cab9
interface.c (gfc_match_end_interface): Constify char pointer to fix warning.

2010-09-25  Tobias Burnus  <burnus@net-b.de>

        * interface.c (gfc_match_end_interface): Constify char pointer
        to fix warning.

From-SVN: r164617
gcc/fortran/ChangeLog
gcc/fortran/interface.c