From 5e3a1ff09e327f6e1de32ae3d4718f3579559f32 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 19 May 2010 03:25:42 +0000 Subject: Remove VMS code. Who are we kidding? git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1216 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/ppmforge.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'generator/ppmforge.c') 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(). */ -- cgit 1.4.1