forked from Imagelibrary/binutils-gdb
See gdb ChangeLog entry with header:
Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com> for a rather huge set of changes. I was going to put them here, but it made cvs dump core. :-(
This commit is contained in:
@@ -34,7 +34,7 @@ extern int scm_val_print PARAMS ((struct type*, char*, CORE_ADDR, GDB_FILE*,
|
||||
|
||||
extern LONGEST scm_get_field PARAMS ((LONGEST, int));
|
||||
|
||||
extern int scm_scmval_print PARAMS ((LONGEST, GDB_FILE *,
|
||||
extern void scm_scmval_print PARAMS ((LONGEST, GDB_FILE *,
|
||||
int, int, int, enum val_prettyprint));
|
||||
|
||||
extern int is_scmvalue_type PARAMS ((struct type*));
|
||||
@@ -45,6 +45,6 @@ extern struct value * scm_evaluate_string PARAMS ((char*, int));
|
||||
|
||||
extern struct type *builtin_type_scm;
|
||||
|
||||
extern int scm_parse ();
|
||||
extern int scm_parse PARAMS ((void));
|
||||
|
||||
extern LONGEST scm_unpack PARAMS ((struct type *, char *, enum type_code));
|
||||
|
||||
Reference in New Issue
Block a user