Update documentation
[deliverable/binutils-gdb.git] / gdb / charset.c
index 0062e281e99b6da94a705322ea4da677b55de01b..fa683743cb7becdc63c477edac8c15c536b457d1 100644 (file)
@@ -443,7 +443,8 @@ cached_iconv_convert (struct cached_iconv *ci, int from_char, int *to_char)
         return 0;
 
       /* Anything else is mysterious.  */
-      internal_error ("Error converting character `%d' from `%s' to `%s' "
+      internal_error (__FILE__, __LINE__,
+                     "Error converting character `%d' from `%s' to `%s' "
                       "character set: %s",
                       from_char, ci->from->name, ci->to->name,
                       safe_strerror (errno));
@@ -1163,6 +1164,7 @@ target_char_to_host (int target_char, int *host_char)
 \f
 /* The charset.c module initialization function.  */
 
+extern initialize_file_ftype _initialize_charset; /* -Wmissing-prototype */
 
 void
 _initialize_charset (void)
This page took 0.022944 seconds and 4 git commands to generate.