glib/: fully remove galias hacks

This commit is contained in:
Ryan Lortie
2010-07-07 19:34:03 -04:00
parent c243905c95
commit 2e53e50244
82 changed files with 6 additions and 508 deletions

View File

@@ -49,7 +49,6 @@
#include "glib.h"
#include "gthreadprivate.h"
#include "galias.h"
#ifdef G_OS_WIN32
#include <process.h> /* For getpid() */
@@ -694,7 +693,3 @@ g_random_set_seed (guint32 seed)
g_rand_set_seed (global_random, seed);
G_UNLOCK (global_random);
}
#define __G_RAND_C__
#include "galiasdef.c"