~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gettext.h

  • Committer: Monty Taylor
  • Date: 2009-01-28 21:41:23 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090128214123-rv688u0xzkux3zkp
Fixed solaris double-define.

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.