* h8300s now new target, not alias of h8300h
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index 4f1295c2df3854a9dacd9bc49400f93fd2aa19a7..00d679730cd95bc39067397a14429409642f218d 100644 (file)
@@ -41,7 +41,7 @@ static void scm_printstr (struct ui_file * stream, char *string,
                          unsigned int length, int width,
                          int force_ellipses);
 
-extern struct type **CONST_PTR (c_builtin_types[]);
+extern struct type **const (c_builtin_types[]);
 
 struct type *builtin_type_scm;
 
@@ -180,7 +180,7 @@ scm_lookup_name (char *str)
                       (struct symtab **) NULL);
   if (sym)
     return value_of_variable (sym, NULL);
-  error ("No symbol \"%s\" in current context.");
+  error ("No symbol \"%s\" in current context.", str);
 }
 
 struct value *
This page took 0.024244 seconds and 4 git commands to generate.