X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fllx.c;h=c64393a76010f2bb700e92f90fae058ee5d16c71;hb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;hp=2f970bf70ad052777663631244955b6d4403a645;hpb=db8c531ad19eff86adbc11e5435f07d5f780ab4a;p=pspp diff --git a/src/libpspp/llx.c b/src/libpspp/llx.c index 2f970bf70a..c64393a760 100644 --- a/src/libpspp/llx.c +++ b/src/libpspp/llx.c @@ -32,15 +32,10 @@ #endif #include +#include "compiler.h" #include #include -#if __GNUC__ >= 2 && !defined UNUSED -#define UNUSED __attribute__ ((unused)) -#else -#define UNUSED -#endif - /* Destroys LIST and frees all of its nodes using MANAGER. If DESTRUCTOR is non-null, each node in the list will be passed to it in list order, with AUX as auxiliary data, before