Changeset 31169ee


Ignore:
Timestamp:
2015-05-05T15:04:13Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
cc8cf75
Parents:
5ca1416
git-author:
dequis <dx@…> (22-04-15 04:40:52)
git-committer:
dequis <dx@…> (05-05-15 15:04:13)
Message:

Remove some compatibility macros that referenced nonexistent functions

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    r5ca1416 r31169ee  
    9393#undef g_source_remove
    9494#define g_source_remove         __PLEASE_USE_B_EVENT_REMOVE__
    95 #undef g_source_remove_by_user_data
    96 #define g_source_remove_by_user_data    __PLEASE_USE_B_SOURCE_REMOVE_BY_USER_DATA__
    9795#undef g_main_run
    9896#define g_main_run              __PLEASE_USE_B_MAIN_RUN__
  • protocols/yahoo/yahoo2.h

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