2005-01-28 Andrew Cagney <cagney@gnu.org>

* m2-valprint.c: Include "c-lang.h".
	(c_val_print): Delete extern declaration.
	* scm-valprint.c: Include "c-lang.h".
	(c_val_print): Delete extern declaration.
	Makefile.in: Update dependencies.
This commit is contained in:
Andrew Cagney 2005-01-28 06:40:27 +00:00
parent 06c4d4dc67
commit a8d6eb4a62
4 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,7 @@
/* Scheme/Guile language support routines for GDB, the GNU debugger.
Copyright 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2005 Free Software
Foundation, Inc.
This file is part of GDB.
@ -29,11 +30,7 @@
#include "scm-lang.h"
#include "valprint.h"
#include "gdbcore.h"
/* FIXME: Should be in a header file that we import. */
extern int c_val_print (struct type *, char *, int, CORE_ADDR,
struct ui_file *, int, int, int,
enum val_prettyprint);
#include "c-lang.h"
static void scm_ipruk (char *, LONGEST, struct ui_file *);
static void scm_scmlist_print (LONGEST, struct ui_file *, int, int,