X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=0ef609bd3dc6414a51a4145b1d891f86940e4611;hb=d7e1e0c33172af1165d3059f67d51ec099fa4e02;hp=d00ca74ed6217d894e9f541c612d477ede41d4f8;hpb=98a195063839daba53508ac426fb39847f2150c4;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index d00ca74..0ef609b 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -29,14 +29,15 @@ #include #include "gom.h" #include "gedcom.h" -#ifdef WITH_DMALLOC -#include -#endif #define _(string) gettext(string) #define N_(string) (string) +#ifdef __GNUC__ #define UNUSED __attribute__((unused)) +#else +#define UNUSED +#endif typedef enum { T_NULL,