diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-06-01 01:53:53 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-06-01 01:53:53 +0000 |
commit | 4d85a6fea685603493f2a4dbcfd36d6fd25fbe26 (patch) | |
tree | 693a2481f59e62982389a205d2b15b5bfa3e0b2b /libf2c/libU77/chmod_.c | |
parent | 1e730c5ca76832a10c16300f12ab0447ca1b07a1 (diff) | |
download | gcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.zip gcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.tar.gz gcc-4d85a6fea685603493f2a4dbcfd36d6fd25fbe26.tar.bz2 |
*: Delete KR_headers cruft.
* libF77/*: Delete KR_headers cruft.
* libI77/*: Likewise.
* libU77/*: Likewise.
From-SVN: r54132
Diffstat (limited to 'libf2c/libU77/chmod_.c')
-rw-r--r-- | libf2c/libU77/chmod_.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libf2c/libU77/chmod_.c b/libf2c/libU77/chmod_.c index d482d9e..dfe0d36 100644 --- a/libf2c/libU77/chmod_.c +++ b/libf2c/libU77/chmod_.c @@ -41,19 +41,10 @@ Boston, MA 02111-1307, USA. */ #define CHMOD_PATH "/bin/chmod" #endif -#ifdef KR_headers -extern void s_cat (); -void g_char (); - -integer G77_chmod_0 (name, mode, Lname, Lmode) - char *name, *mode; - ftnlen Lname, Lmode; -#else extern void s_cat(char *lp, char *rpp[], ftnlen rnp[], ftnlen *np, ftnlen ll); void g_char(const char *a, ftnlen alen, char *b); integer G77_chmod_0 (/* const */ char *name, /* const */ char *mode, const ftnlen Lname, const ftnlen Lmode) -#endif { char *buff; char *bp, *blast; |