Browse Source

heap also needed under windows with tcl

pre-master-46
dwarning 17 years ago
parent
commit
0d1f70c6a9
  1. 2
      src/misc/alloc.c

2
src/misc/alloc.c

@ -143,7 +143,7 @@ trealloc(void *ptr, size_t num)
Function is used in outitf.c to prevent heap fragmentation
An additional heap outheap is used to store the plot output data.
*/
#ifdef HAS_WINDOWS
#if defined(HAS_WINDOWS) || defined(HAS_TCLWIN)
#if defined(_MSC_VER) || defined(__MINGW32__)
void *
hrealloc(void *ptr, size_t num)

Loading…
Cancel
Save