Commit 5721f015 by Thomas Koenig Committed by Thomas Koenig

eoshift0.c: Removed prototype for eoshift0.

2005-06-14  Thomas Koenig  <Thomas.Koenig@online.de>

        * intrinsics/eoshift0.c:  Removed prototype for eoshift0.
        * intrinsics/eoshift2.c:  Removed prototype for eoshift2.

From-SVN: r100954
parent cd111813
2005-06-14 Thomas Koenig <Thomas.Koenig@online.de>
* intrinsics/eoshift0.c: Removed prototype for eoshift0.
* intrinsics/eoshift2.c: Removed prototype for eoshift2.
2005-06-14 Tom Tromey <tromey@redhat.com>
PR libgcj/19877:
......
......@@ -41,10 +41,6 @@ static const char zeros[16] =
sizeof(int) < sizeof (index_type). */
static void
eoshift0 (gfc_array_char * , const gfc_array_char *,
int, const char *, int);
static void
eoshift0 (gfc_array_char * ret, const gfc_array_char * array,
int shift, const char * pbound, int which)
{
......
......@@ -41,10 +41,6 @@ static const char zeros[16] =
sizeof(int) < sizeof (index_type). */
static void
eoshift2 (gfc_array_char *, const gfc_array_char *,
int, const gfc_array_char *, int );
static void
eoshift2 (gfc_array_char *ret, const gfc_array_char *array,
int shift, const gfc_array_char *bound, int which)
{
......
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