Changeset 326 for trunk/gc6.8/mallocx.c


Ignore:
Timestamp:
Apr 9, 2008, 10:22:08 PM (17 years ago)
Author:
cinc
Message:

Portability patches for Windows, Linux, Darwin by Bird.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gc6.8/mallocx.c

    r132 r326  
    598598#include <limits.h>
    599599
     600#ifdef __OS2__ /* required for linking the testcase */
     601GC_API
     602#endif
    600603GC_PTR GC_memalign(size_t align, size_t lb)
    601604{
Note: See TracChangeset for help on using the changeset viewer.