diff src/DLD-FUNCTIONS/rand.cc @ 3571:f2e2faef1220

[project @ 2000-02-03 11:39:10 by jwe]
author jwe
date Thu, 03 Feb 2000 11:39:10 +0000
parents b80bbb43a1a9
children cf69dbe17e59
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/rand.cc	Thu Feb 03 11:27:11 2000 +0000
+++ b/src/DLD-FUNCTIONS/rand.cc	Thu Feb 03 11:39:10 2000 +0000
@@ -101,7 +101,7 @@
   F77_XFCN (setsd, SETSD, (i0, i1));
 }
 
-static char *
+static const char *
 curr_rand_dist (void)
 {
   if (current_distribution == uniform_dist)