Removed support for testing with dmalloc (valgrind is better...).
[gedcom-parse.git] / gedcom / gedcom_internal.h
index a8c3044c1d2e85a5c0ed865b49c06687e3c6e676..9947c9b75dd3ff54942aaebd5196f806d8bc6220 100644 (file)
@@ -32,9 +32,6 @@
 #include <config.h>
 #endif
 #include <libintl.h>
-#ifdef WITH_DMALLOC
-#include <dmalloc.h>
-#endif
 
 #define _(string) gettext(string)
 #define N_(string) (string)
 
 #define GEDCOM_INTERNAL 1
 
+#ifdef __GNUC__
 #define UNUSED __attribute__((unused))
+#else
+#define UNUSED
+#endif
 
 struct tag_struct {
   char *string;