Annotation of win32/gc/misc.diff, revision 1.1

1.1     ! moko        1: --- misc.c.orig        2014-06-01 21:00:48.000000000 +0400
        !             2: +++ misc.c     2015-10-27 03:35:41.809013400 +0400
        !             3: @@ -1416,8 +1416,11 @@
        !             4:  
        !             5:  #if !defined(PCR) && !defined(SMALL_CONFIG)
        !             6:    /* Abort the program with a message. msg must not be NULL. */
        !             7: +  void *pa_fail_alloc(const char* what);
        !             8: +
        !             9:    void GC_abort(const char *msg)
        !            10:    {
        !            11: +    pa_fail_alloc(msg);
        !            12:  #   if defined(MSWIN32)
        !            13:  #     ifndef DONT_USE_USER32_DLL
        !            14:          /* Use static binding to "user32.dll".  */

E-mail: