2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 2d779d763d9fb47822c1e87abac499ed034da778..d5b40cdbb4309c828df8a13d424fe2ce2f8c70d0 100644 (file)
@@ -926,7 +926,7 @@ get_bf_for_fcn (long the_function)
 
   if (saved_bf_list == NULL)
     internal_error (__FILE__, __LINE__,
-                   "cannot get .bf node off empty list");
+                   _("cannot get .bf node off empty list"));
 
   if (current_head_bf_list != NULL)
     if (current_head_bf_list->symnum_fcn == the_function)
This page took 0.025396 seconds and 4 git commands to generate.