* ada-lang.c (value_from_contents_and_address): Move...

* value.c: ... here.
	* ada-lang.h (value_from_contents_and_address): Move
	declaration...
	* value.h: ... here.
This commit is contained in:
Tom Tromey
2008-11-24 23:21:16 +00:00
parent 4cab47abf7
commit 8acb6b92f9
5 changed files with 32 additions and 24 deletions

View File

@@ -257,10 +257,6 @@ extern int ada_value_print (struct value *, struct ui_file *,
/* Defined in ada-lang.c */
extern struct value *value_from_contents_and_address (struct type *,
const gdb_byte *,
CORE_ADDR);
extern void ada_emit_char (int, struct ui_file *, int, int);
extern void ada_printchar (int, struct ui_file *);