diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-07-07 20:19:36 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-07-07 20:19:36 +0000 |
commit | c5aa993b1f4add48fbdc6cc3117059f616e49875 (patch) | |
tree | c809d06515a34428cc8df5f758fbc1b6117d4c30 /gdb/scm-lang.h | |
parent | 3a4b77d8bee950afce6f9702aa65dc0e60817a82 (diff) | |
download | gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.zip gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.tar.gz gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.tar.bz2 |
import gdb-1999-07-07 post reformat
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r-- | gdb/scm-lang.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index 878a2ab..6056bcf 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -22,26 +22,26 @@ #define SCM_CODE(x) SCM_CAR(SCM_CLOSCAR (x)) #define SCM_MAKINUM(x) (((x)<<2)+2L) -#ifdef __STDC__ /* Forward decls for prototypes */ +#ifdef __STDC__ /* Forward decls for prototypes */ struct value; #endif -extern int scm_value_print PARAMS ((struct value *, GDB_FILE*, +extern int scm_value_print PARAMS ((struct value *, GDB_FILE *, int, enum val_prettyprint)); -extern int scm_val_print PARAMS ((struct type*, char*, int, CORE_ADDR, GDB_FILE*, - int, int, int, enum val_prettyprint)); +extern int scm_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, + int, int, int, enum val_prettyprint)); extern LONGEST scm_get_field PARAMS ((LONGEST, int)); extern void scm_scmval_print PARAMS ((LONGEST, GDB_FILE *, - int, int, int, enum val_prettyprint)); + int, int, int, enum val_prettyprint)); -extern int is_scmvalue_type PARAMS ((struct type*)); +extern int is_scmvalue_type PARAMS ((struct type *)); -extern void scm_printchar PARAMS ((int, GDB_FILE*)); +extern void scm_printchar PARAMS ((int, GDB_FILE *)); -extern struct value * scm_evaluate_string PARAMS ((char*, int)); +extern struct value *scm_evaluate_string PARAMS ((char *, int)); extern struct type *builtin_type_scm; |