summaryrefslogtreecommitdiff
path: root/gdb/scm-lang.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 20:19:36 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 20:19:36 +0000
commita87029ef15e59af2cc0b27cb4024b0db313fa88e (patch)
treea5cc2d6f8ebdbbd957642e72e0e88cc5fe5cd2e1 /gdb/scm-lang.h
parent528824cc847e5a13831dd41e5aacb34679143c94 (diff)
downloadgdb-a87029ef15e59af2cc0b27cb4024b0db313fa88e.tar.gz
import gdb-1999-07-07 post reformat
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r--gdb/scm-lang.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h
index 878a2ab20ea..6056bcfc7f9 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;