bugfix :-)
[svn/Cll1h/.git] / 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.112544 seconds and 4 git commands to generate.