X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fcompiler.h;h=d22819446f5e5ee7a5eececf9c4f0e3ef261e758;hb=6a36028028904e2e180aad4c6cf51bb109d2ff16;hp=563cc59b1e85b8a6d7d44bdba3e9414e4d17603d;hpb=6ed74d8699a65ef63f04ccef33ab1c8600d6eb9f;p=pspp-builds.git diff --git a/src/libpspp/compiler.h b/src/libpspp/compiler.h index 563cc59b..d2281944 100644 --- a/src/libpspp/compiler.h +++ b/src/libpspp/compiler.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ non-`NULL' pointer it returns cannot alias any other pointer valid when the function returns. */ #if __GNUC__ > 2 -#define MALLOC_LIKE ATTRIBUTE ((malloc)) +#define MALLOC_LIKE ATTRIBUTE ((__malloc__)) #else #define MALLOC_LIKE #endif