about summary refs log tree commit diff
path: root/generator/ppmforge.c
diff options
context:
space:
mode:
Diffstat (limited to 'generator/ppmforge.c')
-rw-r--r--generator/ppmforge.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/generator/ppmforge.c b/generator/ppmforge.c
index 80e35822..047d3d6e 100644
--- a/generator/ppmforge.c
+++ b/generator/ppmforge.c
@@ -40,11 +40,7 @@
 #include "ppm.h"
 #include "mallocvar.h"
 
-#ifdef VMS
-static double const hugeVal = HUGE_VAL;
-#else
 static double const hugeVal = 1e50;
-#endif
 
 /* Definitions used to address real and imaginary parts in a two-dimensional
    array of complex numbers as stored by fourn(). */