X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fyarandom.h;h=5a23e43d27382f42035d2a04e25ed1729eb707ba;hp=0e1dfcfb7619112ea1d7d21b233062488800b1ce;hb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d;hpb=14463b6ad1ab1ccf81f9c33350b048e410ba94cb diff --git a/utils/yarandom.h b/utils/yarandom.h index 0e1dfcfb..5a23e43d 100644 --- a/utils/yarandom.h +++ b/utils/yarandom.h @@ -36,7 +36,7 @@ extern void ya_rand_init (unsigned int); /* Define these away to keep people from using the wrong APIs in xscreensaver. */ #define rand __ERROR_use_random_not_rand_in_xscreensaver__ -#define drand48 __ERROR_use_random_not_drand48_in_xscreensaver__ +#define drand48 __ERROR_use_frand_not_drand48_in_xscreensaver__ #define srandom __ERROR_do_not_call_srandom_in_xscreensaver__ #define srand __ERROR_do_not_call_srand_in_xscreensaver__ #define srand48 __ERROR_do_not_call_srand48_in_xscreensaver__