]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't assume ANSI C here.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Apr 2003 10:41:07 +0000 (10:41 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:21 +0000 (12:10 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/libgnuintl.h.in

index bf3f7a7970a7691bac57ccf9759967d7f1bc9caf..629b29bf6dc5056f94e60b2335e2d6868aec367d 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-04  Bruno Haible  <bruno@clisp.org>
+
+       * libgnuintl.h.in (libintl_set_relocation_prefix): Convert extern
+       declaration to K&R syntax.
+
 2003-03-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New file.
index 4123c44ade670fcb75c1b16b67cbdf81a945347f..f596cfcb2c66564c53e8f94e43bb4af93816668c 100644 (file)
@@ -297,8 +297,9 @@ extern char *bind_textdomain_codeset _INTL_PARAMS ((const char *__domainname,
    prefixes should be directory names without trailing slash (i.e. use ""
    instead of "/").  */
 #define libintl_set_relocation_prefix libintl_set_relocation_prefix
-extern void libintl_set_relocation_prefix (const char *orig_prefix,
-                                          const char *curr_prefix);
+extern void
+       libintl_set_relocation_prefix _INTL_PARAMS ((const char *orig_prefix,
+                                                   const char *curr_prefix));
 
 
 #ifdef __cplusplus