Small correction in help string.
[gedcom-parse.git] / gom / gom_internal.h
index d00ca74ed6217d894e9f541c612d477ede41d4f8..0ef609bd3dc6414a51a4145b1d891f86940e4611 100644 (file)
 #include <libintl.h>
 #include "gom.h"
 #include "gedcom.h"
-#ifdef WITH_DMALLOC
-#include <dmalloc.h>
-#endif
       
 #define _(string) gettext(string)
 #define N_(string) (string)
 
+#ifdef __GNUC__
 #define UNUSED __attribute__((unused))
+#else
+#define UNUSED
+#endif
 
 typedef enum {
   T_NULL,