bugfix :-)
authorxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Thu, 24 Jan 2008 13:37:01 +0000 (13:37 +0000)
committerxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Thu, 24 Jan 2008 13:37:01 +0000 (13:37 +0000)
git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@36 4bb87942-c103-4e5a-b51c-0ebff58f8515

cll1.h

diff --git a/cll1.h b/cll1.h
index a20121df0cd62b356180b42dc92c079f55e34e94..68053d698f9c7aa1606baf082e7f0045b4f6f3bd 100644 (file)
--- a/cll1.h
+++ b/cll1.h
@@ -46,7 +46,7 @@
 #define or ||
 #define TRUE 1
 #define FALSE 0
-#define MAYBE (random()%2)
+#define MAYBE (int)(srandom(time(NULL)),random()%2)
 #define bool_str(I) (I?"TRUE":"FALSE")
 #define boolean int
 #define mem struct
This page took 0.116402 seconds and 4 git commands to generate.