~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gettext.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
# endif
64
64
#endif
65
65
 
 
66
#ifndef gettext
66
67
/* Disabled NLS.
67
68
   The casts to 'const char *' serve the purpose of producing warnings
68
69
   for invalid uses of the value returned from these functions.
87
88
    ((void) (Domainname), (const char *) (Codeset))
88
89
 
89
90
#endif
90
 
 
 
91
#endif 
91
92
/* A pseudo function call that serves as a marker for the automated
92
93
   extraction of messages, but does not call gettext().  The run-time
93
94
   translation is done at a different place in the code.