fix, initialise auto_remove_nodes upon ase_make_digraph()
[sxemacs] / modules / cl / cl.h
index 04117a5..67bc64c 100644 (file)
@@ -5,7 +5,7 @@
  * Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
  *
  * This file is part of SXEmacs.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
 #endif
 #define EMOD_CL_CRITICAL(args...)      __EMOD_CL_DEBUG__("CRITICAL: " args)
 
-#ifdef UNUSED
+#ifdef SXE_UNUSED
 #elif defined(__GNUC__)
-#  define UNUSED(x) UNUSED_ ## x __attribute__((unused))
+#  define SXE_UNUSED(x) UNUSED_ ## x __attribute__((unused))
 #elif defined(__LCLINT__)
-#  define UNUSED(x) /*@unused@*/ x
+#  define SXE_UNUSED(x) /*@unused@*/ x
 #else
-#  define UNUSED(x) x
+#  define SXE_UNUSED(x) x
 #endif
 
 extern void cl_LTX_init(void);