mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
34462896a0
commit
a002781b6d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -47,6 +47,7 @@ testgdateparser
|
||||
testglib
|
||||
timeloop
|
||||
timeloop-basic
|
||||
timeloop-closure
|
||||
uri-test
|
||||
unicode-caseconv
|
||||
unicode-collate
|
||||
|
Loading…
Reference in New Issue
Block a user