~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gettext.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

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.