1diff --git a/src/x-list.h b/src/x-list.h 2index bb85c02..059c88b 100644 3--- a/src/x-list.h 4+++ b/src/x-list.h 5@@ -39,7 +39,7 @@ 6 #endif 7 8 #ifndef X_EXTERN 9-# define X_EXTERN __private_extern__ 10+# define X_EXTERN extern 11 #endif 12 13 X_EXTERN void X_PFX (list_free_1) (x_list *node);