ports/print/ghostscript7-base/files/patch-src_gsalloc.c
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
489 B
C

--- src/gsalloc.c.orig 2013-04-30 11:14:17.000000000 +0900
+++ src/gsalloc.c 2013-04-30 11:14:34.000000000 +0900
@@ -195,7 +195,7 @@
iimem->large_size = ((chunk_size / 4) & -obj_align_mod) + 1;
iimem->is_controlled = false;
iimem->gc_status.vm_threshold = chunk_size * 3L;
- iimem->gc_status.max_vm = max_long;
+ iimem->gc_status.max_vm = 0x7fffffff;
iimem->gc_status.psignal = NULL;
iimem->gc_status.signal_value = 0;
iimem->gc_status.enabled = false;