eoshift0.c: Removed prototype for eoshift0.
authorThomas Koenig <Thomas.Koenig@online.de>
Tue, 14 Jun 2005 20:45:21 +0000 (20:45 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 14 Jun 2005 20:45:21 +0000 (20:45 +0000)
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

libgfortran/ChangeLog
libgfortran/intrinsics/eoshift0.c
libgfortran/intrinsics/eoshift2.c

index f64d68a27a2bc2e4f69ca729c7df71b182bb8c00..6a8905c1ee24f282d3fed4002edd6ccc639151b7 100644 (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:
index 654c1dbaaad6c7bc0d147c6630044d35cbb0cdd5..b1fbd1a516ade639c6646e3c6b9e912f2519e2d4 100644 (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)
index 3b53adf0d82f0dca702d60cff8e26c521e6160a7..70baf3c18d1524479e8ec405586aeb5cfc01ed84 100644 (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)