From 2e53e50244b85d7e0b5358d617fabc15e8ec8bd7 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 7 Jul 2010 19:34:03 -0400 Subject: glib/: fully remove galias hacks --- glib/gregex.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'glib/gregex.c') diff --git a/glib/gregex.c b/glib/gregex.c index 4a305b80a..ba59607c4 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -38,7 +38,6 @@ #define PCRE_ERROR_NULLWSLIMIT (-22) #endif -#include "galias.h" /* Mask of all the possible values for GRegexCompileFlags. */ #define G_REGEX_COMPILE_MASK (G_REGEX_CASELESS | \ @@ -2789,6 +2788,3 @@ g_regex_escape_string (const gchar *string, return g_string_free (escaped, FALSE); } - -#define __G_REGEX_C__ -#include "galiasdef.c" -- cgit v1.2.1