Only base names in reference output.
[gedcom-parse.git] / gom / gom_internal.h
index d00ca74ed6217d894e9f541c612d477ede41d4f8..86e34ab0b67ecbcfc33f139c1286b149de18dd72 100644 (file)
 #define _(string) gettext(string)
 #define N_(string) (string)
 
+#ifdef __GNUC__
 #define UNUSED __attribute__((unused))
+#else
+#define UNUSED
+#endif
 
 typedef enum {
   T_NULL,