/[gcl]/gcl/o/alloc.c
ViewVC logotype

Diff of /gcl/o/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19.4.1.2.17.2.1.4.1.2.2 by camm, Mon Aug 16 17:28:20 2004 UTC revision 1.19.4.1.2.17.2.1.4.1.2.2.2.1 by mjthomas, Fri Jan 14 05:45:03 2005 UTC
# Line 1485  malloc(size_t size) { Line 1485  malloc(size_t size) {
1485                  RECREATE_HEAP                  RECREATE_HEAP
1486  #endif  #endif
1487                  ;                  ;
1488    #ifdef       __MINGW32__
1489                       /* If malloc() gets called by the C runtime before
1490                        * main starts and the shared memory is not yet
1491                        * initialised causing boofo.
1492                        * SET_REAL_MAXPAGE calls init_shared_memory().
1493                        * This problem arose with gcc 3.4.2 and new libs.
1494                        */
1495                       SET_REAL_MAXPAGE
1496                       ;
1497    #endif
1498             }             }
1499          }          }
1500    

Legend:
Removed from v.1.19.4.1.2.17.2.1.4.1.2.2  
changed lines
  Added in v.1.19.4.1.2.17.2.1.4.1.2.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26