This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Include valprint.h for externs


I'm commiting this...
2003-04-24  Adam Fedor  <fedor at gnu dot org>

	* objc-lang.c: Include "valprint.h"
	* Makefile.in (objc-lang.o): Update dependancies.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.365
diff -u -p -r1.365 Makefile.in
--- Makefile.in	21 Apr 2003 16:48:36 -0000	1.365
+++ Makefile.in	25 Apr 2003 03:19:19 -0000
@@ -2006,7 +2006,7 @@ objc-lang.o: objc-lang.c $(defs_h) $(sym
 	$(parser_defs_h) $(language_h) $(c_lang_h) $(objc_lang_h) \
 	$(complaints_h) $(value_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \
 	$(target_h) $(gdbcore_h) $(gdbcmd_h) $(frame_h) $(gdb_regex_h) \
-	$(regcache_h) $(block_h) $(infcall_h)
+	$(regcache_h) $(block_h) $(infcall_h) $(valprint_h)
 objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
 	$(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
 	$(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h) \
Index: objc-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/objc-lang.c,v
retrieving revision 1.19
diff -u -p -r1.19 objc-lang.c
--- objc-lang.c	25 Apr 2003 03:18:20 -0000	1.19
+++ objc-lang.c	25 Apr 2003 03:19:23 -0000
@@ -43,6 +43,7 @@
 #include "regcache.h"
 #include "block.h"
 #include "infcall.h"
+#include "valprint.h"
 
 #include <ctype.h>
 

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