This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A prototype patch for dbxout.c


Another patch.

-- 
H.J. Lu (hjl@gnu.org)
---
Sat Jun 20 09:08:15 1998  H.J. Lu  (hjl@gnu.org)

	* dbxout.c (getpwd): Add prototype.

Index: dbxout.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/dbxout.c,v
retrieving revision 1.1.1.19
diff -u -p -r1.1.1.19 dbxout.c
--- dbxout.c	1998/06/04 21:30:55	1.1.1.19
+++ dbxout.c	1998/06/04 21:35:45
@@ -136,7 +136,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #endif
 
-char *getpwd ();
+extern char *getpwd PROTO((void));
 
 /* Typical USG systems don't have stab.h, and they also have
    no use for DBX-format debugging info.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]