From ae1bce994c84b67b6ca3ec2f4a0f13f82d0310ae Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Mon, 27 Sep 2004 22:18:34 +0000 Subject: [PATCH] real_zero moved up --- skeletons/REAL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeletons/REAL.c b/skeletons/REAL.c index 6ce124ee..b03a70dd 100644 --- a/skeletons/REAL.c +++ b/skeletons/REAL.c @@ -12,8 +12,8 @@ #undef INT_MAX #define INT_MAX ((int)(((unsigned int)-1) >> 1)) -#ifndef NAN static const double real_zero; +#ifndef NAN #define NAN (real_zero/real_zero) #endif -- GitLab