summaryrefslogtreecommitdiff
path: root/glib/gregex.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-07 19:34:03 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-07 19:34:35 -0400
commit2e53e50244b85d7e0b5358d617fabc15e8ec8bd7 (patch)
treee114852650b0ba068eaef29c4ea50dc29bc8bbfe /glib/gregex.c
parentc243905c95e012eb295ee5487087043ce4a4027b (diff)
downloadglib-2e53e50244b85d7e0b5358d617fabc15e8ec8bd7.tar.gz
glib/: fully remove galias hacks
Diffstat (limited to 'glib/gregex.c')
-rw-r--r--glib/gregex.c4
1 files changed, 0 insertions, 4 deletions
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"