* doc/c-xtensa.texi (Literal Directive): Spelling correction.
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index 71f2d2dab249b00d21f0b3daa321b333c1b9bc54..ebdaa47cf7e62cc524ad38a9485cda26c6142486 100644 (file)
@@ -117,7 +117,7 @@ scm_unpack (struct type *type, const char *valaddr, enum type_code context)
                  return 1;
                }
            }
-         error ("Value can't be converted to integer.");
+         error (_("Value can't be converted to integer."));
        default:
          return svalue;
        }
@@ -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.", str);
+  error (_("No symbol \"%s\" in current context."), str);
 }
 
 struct value *
This page took 0.023231 seconds and 4 git commands to generate.