Beginning of VFM cleanup.
[pspp] / src / sfmP.h
index d03ba042b73732084398ebe4de9c8dce85250b21..fd47a070e76882e9d13b22633ff0e339285ba01c 100644 (file)
@@ -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. */