Use much larger default heap size on 64-bit machines.
authorChris Hanson <org/chris-hanson/cph>
Sun, 13 Dec 2009 05:53:46 +0000 (21:53 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 13 Dec 2009 05:53:46 +0000 (21:53 -0800)
src/microcode/option.c

index 544fe79c7533c7aa2861c6c1a2db74d5aa5cc7e9..2e0118639ba40a9bdb0101285601b0d9d7679358 100644 (file)
@@ -213,7 +213,7 @@ Additional options may be supported by the band (and described below).\n\
 #    define DEFAULT_HEAP_SIZE 16384
 #  else
 #    define DEFAULT_HEAP_SIZE 4096
-#  fi
+#  endif
 #endif
 
 #ifndef HEAP_SIZE_VARIABLE