~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/charset_info.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 02:36:12 UTC
  • mfrom: (1253 build)
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091225023612-7hekryz87dtus3ph
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  A better inplementation of the UNIX ctype(3) library.
18
18
*/
19
19
 
20
 
#ifndef MYSTRINGS_M_CTYPE_H
21
 
#define MYSTRINGS_M_CTYPE_H
 
20
#ifndef DRIZZLED_CHARSET_INFO_H
 
21
#define DRIZZLED_CHARSET_INFO_H
22
22
 
23
 
#include <stdint.h>
24
23
#include <sys/types.h>
25
24
 
26
25
#ifdef  __cplusplus
709
708
}
710
709
#endif
711
710
 
712
 
#endif /* MYSTRINGS_M_CTYPE_H */
 
711
#endif /* DRIZZLED_CHARSET_INFO_H */