aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-06-19 21:55:10 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-19 15:55:10 -0600
commite179bf0f69102601e7c000eb9935f7fdbcef7e88 (patch)
tree816169ebaf3532d6d93b27980aaf765af111897a /gcc
parent79a2acc80213e08044bfc9225a33ddf0b0e92681 (diff)
downloadgcc-e179bf0f69102601e7c000eb9935f7fdbcef7e88.zip
gcc-e179bf0f69102601e7c000eb9935f7fdbcef7e88.tar.gz
gcc-e179bf0f69102601e7c000eb9935f7fdbcef7e88.tar.bz2
* dwarf2out.c (getpwd): Add prototype.
From-SVN: r20607
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/dwarf2out.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3706e72..454742f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
+ * dwarf2out.c (getpwd): Add prototype.
+
* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
* c-typeck.c (c_expand_asm_operands): Use proper values when calling
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 39ad8a6..ef5c73c 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -1951,7 +1951,7 @@ dwarf2out_frame_finish ()
/* And now, the support for symbolic debugging information. */
#ifdef DWARF2_DEBUGGING_INFO
-extern char *getpwd ();
+extern char *getpwd PROTO((void));
/* NOTE: In the comments in this file, many references are made to
"Debugging Information Entries". This term is abbreviated as `DIE'