Add base64 encode/decode functions
[platform/upstream/glib.git] / glib / gunibreak.c
index 2087d1e..9c12921 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "glib.h"
 #include "gunibreak.h"
+#include "galias.h"
 
 #define TPROP_PART1(Page, Char) \
   ((break_property_table_part1[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
@@ -60,3 +61,6 @@ g_unichar_break_type (gunichar c)
 {
   return PROP (c);
 }
+
+#define __G_UNIBREAK_C__
+#include "galiasdef.c"