ports/print/ghostscript7-x11/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
482 B
C

--- src/gsalloc.c.orig 2003-01-17 00:49:02 UTC
+++ src/gsalloc.c
@@ -195,7 +195,7 @@ ialloc_alloc_state(gs_raw_memory_t * par
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;