diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 21:55:10 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 21:55:10 +0000 |
| commit | 36a47dff6710b4cad97a61050c477f2c0caa2440 (patch) | |
| tree | 816169ebaf3532d6d93b27980aaf765af111897a /gcc | |
| parent | c1bdff72f2625ffe4351211240ca3c2df75a2f59 (diff) | |
| download | ppe42-gcc-36a47dff6710b4cad97a61050c477f2c0caa2440.tar.gz ppe42-gcc-36a47dff6710b4cad97a61050c477f2c0caa2440.zip | |
* dwarf2out.c (getpwd): Add prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20607 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/dwarf2out.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3706e72e38a..454742f6801 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 39ad8a663d8..ef5c73cf05d 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' |

