diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-12 18:31:36 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-12 18:31:36 -0700 |
commit | 1ba298e52539bbac52f2bd25689db74672438f0c (patch) | |
tree | 60b46c146e4c6940c18a4e3942fbbe541b3685b4 /gcc | |
parent | 1f8197a899bc109658eabbd1d51296414b6c0d88 (diff) | |
download | gcc-1ba298e52539bbac52f2bd25689db74672438f0c.zip gcc-1ba298e52539bbac52f2bd25689db74672438f0c.tar.gz gcc-1ba298e52539bbac52f2bd25689db74672438f0c.tar.bz2 |
(getpwd): Declare.
From-SVN: r7755
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index 78a0a073..375429d 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -272,6 +272,8 @@ static rtx walk_alter_subreg PROTO((rtx)); static int alter_cond PROTO((rtx)); static void output_operand PROTO((rtx, int)); static void leaf_renumber_regs PROTO((rtx)); + +extern char *getpwd (); /* Initialize data in final at the beginning of a compilation. */ |