X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fcompiler.h;h=a7e91bfec1f805b35c8f2c6d15608fcf556bbc68;hb=9c6ef862eb3bc3aec88c33361aec59347670793e;hp=d8b29e968965eaa4c96744928f1b92640cb32cf8;hpb=4d7bacdd25f6404e10e8e5de894e875235e43cfa;p=pspp-builds.git diff --git a/src/libpspp/compiler.h b/src/libpspp/compiler.h index d8b29e96..a7e91bfe 100644 --- a/src/libpspp/compiler.h +++ b/src/libpspp/compiler.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009, 2010 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 @@ -84,7 +84,7 @@ #if __GNUC__ > 3 #define SENTINEL(IDX) ATTRIBUTE ((sentinel(IDX))) #else -#define SENTINEL +#define SENTINEL(IDX) #endif #endif /* compiler.h */