~ubuntu-branches/ubuntu/maverick/xchat/maverick

« back to all changes in this revision

Viewing changes to intl/textdomain.c

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-21 22:47:10 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100621224710-9t1iyiglri330pss
Tags: 2.8.8-1ubuntu1
* Merge from debian unstable (LP: #597042), remaining changes:
  - debian/patches:
    + series: Refreshed.
    + 01_serverlist.patch: Numerous changes to default serverlist.
    + 02_ubuntu_default_server.patch: select "Ubuntu servers" by default.
    + 37_lpi.patch: Add launchpad integration.
    + 38_autoconf.patch: Autoconf modifications for launchpad integration.
    + 45_brand_ctcp_version.patch: Add Ubuntu brand to CTCP version response.
    + 70_notification_strings_shorten.patch: Shorten notification strings.
  - debian/control:
    + Build-depend on libgtk2.0-dev (>= 2.10.0).
    + Build-depend on liblaunchpad-integration-dev.
    + Remove conflict/replaces on xchat-gnome.
    + Updated Maintainer field to match Ubuntu Developers.
  - debian/rules:
    + Make build independent of the python version.
  - debian/patches/45_ctcp_version_less_information.dpatch: 
    + Renamed to debian/patches/45_brand_ctcp_version.patch
    + Added short description.
* Converted all patches to quilt, as in debian quilt has been
  adopted, all old dpatch patches have been renamed with the 
  *.patch extension.
* Dropped changes:
  - 71_notification_icon_change.patch: can't be applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
# include "lock.h"
41
41
#endif
42
42
 
43
 
/* The internal variables in the standalone libintl.a must have different
44
 
   names than the internal variables in GNU libc, otherwise programs
45
 
   using libintl.a cannot be linked statically.  */
46
 
#if !defined _LIBC
47
 
# define _nl_default_default_domain libintl_nl_default_default_domain
48
 
# define _nl_current_default_domain libintl_nl_current_default_domain
49
 
#endif
50
 
 
51
43
/* @@ end of prolog @@ */
52
44
 
53
 
/* Name of the default text domain.  */
54
 
extern const char _nl_default_default_domain[] attribute_hidden;
55
 
 
56
 
/* Default text domain in which entries for gettext(3) are to be found.  */
57
 
extern const char *_nl_current_default_domain attribute_hidden;
58
 
 
59
45
 
60
46
/* Names for the libintl functions are a problem.  They must not clash
61
47
   with existing names and they should follow ANSI C.  But this source