intl patches (9)
Bruno Haible
bruno@clisp.org
Mon Apr 28 11:13:00 GMT 2003
Hi Ulrich,
Here are a few more back-merging patches from gettext.
The fallback definition for INTVARDEF that is provided for !_LIBC doesn't
work: it leads to syntax errors.
2002-12-12 Bruno Haible <bruno@clisp.org>
* intl/dcigettext.c (INTVARDEF): Correct fallback definition.
diff -r -c3 glibc-20030425.orig/intl/dcigettext.c glibc-20030425/intl/dcigettext.c
--- glibc-20030425.orig/intl/dcigettext.c Mon Dec 16 12:45:53 2002
+++ glibc-20030425/intl/dcigettext.c Sun Apr 27 13:07:10 2003
@@ -1,5 +1,5 @@
/* Implementation of the internal dcigettext function.
- Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -237,7 +256,7 @@
#endif
#ifndef INTVARDEF
-# define INTVARDEF
+# define INTVARDEF(name)
#endif
#ifndef INTUSE
# define INTUSE(name) name
More information about the Libc-alpha
mailing list