diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-26 03:01:51 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-26 03:01:51 +0000 |
commit | b607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (patch) | |
tree | b90b82aac0d802ec179525d8d80635a44c562f1e /gdb/scm-lang.h | |
parent | dc88c64e2c0dbc786d0cee2b3bde0bdee8fcf2d1 (diff) | |
download | gdb-b607efe7149f91512dc5fd9dbfc4c6156cdf9a93.zip gdb-b607efe7149f91512dc5fd9dbfc4c6156cdf9a93.tar.gz gdb-b607efe7149f91512dc5fd9dbfc4c6156cdf9a93.tar.bz2 |
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. :-(
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r-- | gdb/scm-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index f990d77..f122527 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -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)); |