Changeset 11101

Show
Ignore:
Timestamp:
07/06/07 11:42:08 (2 years ago)
Author:
piotras
Message:

Define G_GNUC_MALLOC for systems with GLib < 2.6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-8/src/core/midgard/src/gbase64.h

    r10519 r11101  
    2525#define __MIDGARD_HAVE_G_BASE64 
    2626 
    27  
    28 /* This is ported for systems with GLib < 2.6 */ 
    29 /* 
    3027#if    __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) 
    3128#define G_GNUC_MALLOC                           \ 
     
    3431#define G_GNUC_MALLOC 
    3532#endif 
    36 */ 
    3733 
    3834#include <glib/gtypes.h>