~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to drizzled/utf8.h

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
*/
26
26
 
27
27
 
28
 
#ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
29
 
#define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
 
28
#ifndef DRIZZLED_UTF8_H
 
29
#define DRIZZLED_UTF8_H
30
30
 
31
31
#include "drizzled/utf8/checked.h"
32
32
#include "drizzled/utf8/unchecked.h"
33
33
 
34
 
#endif // header guard
 
34
#endif /* DRIZZLED_UTF8_H */