This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

intl patches (9)


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 at clisp dot 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]