X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FsfmP.h;h=fd47a070e76882e9d13b22633ff0e339285ba01c;hb=14e7292894533c5491a774a2d749386362660812;hp=d03ba042b73732084398ebe4de9c8dce85250b21;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/sfmP.h b/src/sfmP.h index d03ba042b7..fd47a070e7 100644 --- a/src/sfmP.h +++ b/src/sfmP.h @@ -21,7 +21,7 @@ structures. */ /* This attribute might avoid some problems. On the other hand... */ -#define P __attribute__((packed)) +#define P ATTRIBUTE ((packed)) #if __BORLANDC__ #pragma option -a- /* Turn off alignment. */