X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsfm-read.c;h=c38aa1c2d1b17556fff3c4d7c4eaf78cd4a84574;hb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;hp=b8ba86d47672001204aec95375d19e42a1249432;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp diff --git a/src/sfm-read.c b/src/sfm-read.c index b8ba86d476..c38aa1c2d1 100644 --- a/src/sfm-read.c +++ b/src/sfm-read.c @@ -17,24 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* AIX requires this to be the first thing in the file. */ #include -#if __GNUC__ -#define alloca __builtin_alloca -#else -#if HAVE_ALLOCA_H -#include -#else -#ifdef _AIX -#pragma alloca -#else -#ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); -#endif -#endif -#endif -#endif - #include "sfm.h" #include "sfmP.h" #include @@ -143,7 +126,7 @@ bswap_flt64 (flt64 *x) static void corrupt_msg (int class, const char *format,...) - __attribute__ ((format (printf, 2, 3))); + PRINTF_FORMAT (2, 3); /* Displays a corrupt sysfile error. */ static void