fix typo (#if->#ifdef) so it compiles again.
authorManish Singh <yosh@src.gnome.org>
Thu, 27 Sep 2001 22:22:02 +0000 (22:22 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 27 Sep 2001 22:22:02 +0000 (22:22 +0000)
*  glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles again.

-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/grand.c
tests/.cvsignore

index 63642b0..16fb08e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 63642b0..16fb08e 100644 (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
index 7f6627e..efba955 100644 (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)
index 220aedc..e008092 100644 (file)
@@ -47,6 +47,7 @@ testgdateparser
 testglib
 timeloop
 timeloop-basic
+timeloop-closure
 uri-test
 unicode-caseconv
 unicode-collate