Commit 1130e160 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* trans-common.c: Remove prototype for gfc_get_common.

From-SVN: r130073
parent 28762eb0
2007-11-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* trans-common.c: Remove prototype for gfc_get_common.
2007-11-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/33592
* trans.c (gfc_call_realloc): Fix the logic and rename variables.
......
......@@ -108,12 +108,6 @@ along with GCC; see the file COPYING3. If not see
#include "target-memory.h"
/* TODO: This is defined in match.h, and probably shouldn't be here also,
but we need it for now at least and don't want to include the whole
match.h. */
gfc_common_head *gfc_get_common (const char *, int);
/* Holds a single variable in an equivalence set. */
typedef struct segment_info
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment