Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo2.h

    r31169ee r5ebff60  
    3333#undef malloc
    3434#define malloc(x)             g_malloc(x)
     35#undef calloc
     36#define calloc(x, y)          g_calloc(x, y)
    3537#undef realloc
    3638#define realloc(x, y)         g_realloc(x, y)
Note: See TracChangeset for help on using the changeset viewer.