fix typo (#if->#ifdef) so it compiles again.

*  glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles again.

-Yosh
This commit is contained in:
Manish Singh 2001-09-27 22:22:02 +00:00
parent 34462896a0
commit a002781b6d
10 changed files with 42 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -1,3 +1,8 @@
2001-09-27 Manish Singh <yosh@gimp.org>
* glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles
again.
2001-09-24 Bruno Haible <haible@clisp.cons.org>
* glib/gwin32.c (g_win32_getlocale): When the sublangid is

View File

@ -94,7 +94,7 @@ g_rand_new (void)
{
guint32 seed;
GTimeVal now;
#if G_OS_UNIX
#ifdef G_OS_UNIX
static gboolean dev_urandom_exists = TRUE;
if (dev_urandom_exists)

View File

@ -47,6 +47,7 @@ testgdateparser
testglib
timeloop
timeloop-basic
timeloop-closure
uri-test
unicode-caseconv
unicode-collate