Make it build
[platform/upstream/glib.git] / glib / gerror.c
index 9a0729f..eb1d924 100644 (file)
 #include "config.h"
 
 #include "glib.h"
+#include "galias.h"
 
 
 static GError* 
-g_error_new_valist(GQuark         domain,
-                   gint           code,
-                   const gchar   *format,
-                   va_list        args)
+g_error_new_valist (GQuark         domain,
+                    gint           code,
+                    const gchar   *format,
+                    va_list        args)
 {
   GError *error;
   
@@ -255,3 +256,6 @@ g_clear_error (GError **err)
       *err = NULL;
     }
 }
+
+#define __G_ERROR_C__
+#include "galiasdef.c"