pkgsrc/lang/intercal/patches/patch-ae
drochner e37a995282 update to 0.29
changes:
-added regression-test suite
-two new compiler error messages, E990 and E994
-floating-point library is now automatically included if a program NEXTs
 to labels in the range 5000-5999
-misc fixes
2010-11-30 20:13:29 +00:00

13 lines
321 B
Text

$NetBSD: patch-ae,v 1.2 2010/11/30 20:13:30 drochner Exp $
--- src/ick-wrap.c.orig 2010-09-01 22:21:34.000000000 +0000
+++ src/ick-wrap.c
@@ -59,7 +59,7 @@ $N
globalargc = argc;
#endif
/* set seed for random error generation */
-#ifdef USG
+#if 1
srand48(time(0) + getpid());
#else
srand(time(0));