PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index ac09fe6aa32fb5f567a995dbe67d7578b6bf67f2..d38eb4ed28ce6fc2817b625ac1d4e26dc2cfdc55 100644 (file)
 #include "gdb_string.h"
 #include "gdbcore.h"
 
-extern void _initialize_scheme_language PARAMS ((void));
-static value_ptr evaluate_subexp_scm PARAMS ((struct type *, struct expression *,
-                                             int *, enum noside));
-static value_ptr scm_lookup_name PARAMS ((char *));
-static int in_eval_c PARAMS ((void));
+extern void _initialize_scheme_language (void);
+static value_ptr evaluate_subexp_scm (struct type *, struct expression *,
+                                     int *, enum noside);
+static value_ptr scm_lookup_name (char *);
+static int in_eval_c (void);
 static void scm_printstr (struct ui_file * stream, char *string,
                          unsigned int length, int width,
                          int force_ellipses);
This page took 0.023617 seconds and 4 git commands to generate.