~ubuntu-branches/ubuntu/trusty/bubblemon/trusty

« back to all changes in this revision

Viewing changes to intl/gettext.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2005-03-10 01:12:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050310011222-co7htx6t24yimvki
Tags: 2.0.4-1
New upstream release. (Closes: #298798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Implementation of gettext(3) function.
2
 
   Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc.
 
2
   Copyright (C) 1995, 1997, 2000, 2001, 2002 Free Software Foundation, Inc.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify it
5
5
   under the terms of the GNU Library General Public License as published
42
42
   prefix.  So we have to make a difference here.  */
43
43
#ifdef _LIBC
44
44
# define GETTEXT __gettext
45
 
# define DCGETTEXT __dcgettext
 
45
# define DCGETTEXT INTUSE(__dcgettext)
46
46
#else
47
 
# define GETTEXT gettext__
48
 
# define DCGETTEXT dcgettext__
 
47
# define GETTEXT libintl_gettext
 
48
# define DCGETTEXT libintl_dcgettext
49
49
#endif
50
50
 
51
51
/* Look up MSGID in the current default message catalog for the current