diff liboctave/randpoisson.c @ 6096:40212bfaed1d

[project @ 2006-10-26 01:57:49 by jwe]
author jwe
date Thu, 26 Oct 2006 01:57:50 +0000
parents ace8d8d26933
children 0b190c343471
line wrap: on
line diff
--- a/liboctave/randpoisson.c
+++ b/liboctave/randpoisson.c
@@ -23,6 +23,7 @@
 
 #undef NAN
 #define NAN octave_NaN
+#undef INFINITE
 #define INFINITE lo_ieee_isinf
 #define RUNI oct_randu()
 #define RNOR oct_randn()