* trans-common.c: Remove prototype for gfc_get_common.
From-SVN: r130073
This commit is contained in:
parent
28762eb089
commit
1130e1607d
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2007-11-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||||
|
|
||||||
PR fortran/33592
|
PR fortran/33592
|
||||||
|
@ -108,12 +108,6 @@ along with GCC; see the file COPYING3. If not see
|
|||||||
#include "target-memory.h"
|
#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. */
|
/* Holds a single variable in an equivalence set. */
|
||||||
typedef struct segment_info
|
typedef struct segment_info
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user