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
This commit is contained in:
Thomas Koenig 2005-06-14 20:45:21 +00:00 committed by Thomas Koenig
parent cd11181329
commit 5721f015bb
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
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:

View File

@ -40,10 +40,6 @@ static const char zeros[16] =
/* TODO: make this work for large shifts when
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)

View File

@ -40,10 +40,6 @@ static const char zeros[16] =
/* TODO: make this work for large shifts when
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)