]> gcc.gnu.org Git - gcc.git/commitdiff
* dwarf2out.c (getpwd): Add prototype.
authorH.J. Lu <hjl@gnu.org>
Fri, 19 Jun 1998 21:55:10 +0000 (21:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 21:55:10 +0000 (15:55 -0600)
From-SVN: r20607

gcc/ChangeLog
gcc/dwarf2out.c

index 3706e72e38aabbc40ba5aca9b63a2fba11aec4fd..454742f6801442791a76234d644b07b629d9c762 100644 (file)
@@ -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
index 39ad8a663d8acb3e3c8ebedb66db47460591cd91..ef5c73cf05d78c16eb0ad3565f1d3d9ca84ec82c 100644 (file)
@@ -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'
This page took 0.081976 seconds and 5 git commands to generate.