X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fllx.c;h=57d81753c7df892a003be25eafe39fe736d72a31;hb=53aebf50c7b4d81050769d0a6bbe140a643069a3;hp=2f970bf70ad052777663631244955b6d4403a645;hpb=db8c531ad19eff86adbc11e5435f07d5f780ab4a;p=pspp-builds.git diff --git a/src/libpspp/llx.c b/src/libpspp/llx.c index 2f970bf7..57d81753 100644 --- a/src/libpspp/llx.c +++ b/src/libpspp/llx.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2006 Free Software Foundation, Inc. - Written by Ben Pfaff This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,15 +31,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