diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:53:53 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-01 01:53:53 +0000 |
commit | 0bdeb43b6275adf3cf3dbde04107722c638a3743 (patch) | |
tree | 693a2481f59e62982389a205d2b15b5bfa3e0b2b /libf2c/libU77/chmod_.c | |
parent | caa6c56774eb62227337101cbb7e007e2f6f9de6 (diff) | |
download | gcc-0bdeb43b6275adf3cf3dbde04107722c638a3743.tar.gz |
* libF77/*: Delete KR_headers cruft.
* libI77/*: Likewise.
* libU77/*: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54132 138bc75d-0d04-0410-961f-82ee72b054a4
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 d482d9ed828..dfe0d361608 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; |