]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gcc-compat: Kill __pure
authorAndre <maan@p133.(none)>
Sat, 15 Apr 2006 15:12:40 +0000 (17:12 +0200)
committerAndre <maan@p133.(none)>
Sat, 15 Apr 2006 15:12:40 +0000 (17:12 +0200)
It is not used within paraslash and is already defined on MacOS.

gcc-compat.h

index a3b20d3964d0b39ab4693b20b2d80514001f6220..919748a893b257e67d15eee28844f0a47033006f 100644 (file)
@@ -1,6 +1,5 @@
 #if __GNUC__ >= 3
 # define inline                inline __attribute__ ((always_inline))
-# define __pure                __attribute__ ((pure))
 # define __noreturn    __attribute__ ((noreturn))
 # define __malloc      __attribute__ ((malloc))
 # define __used                __attribute__ ((used))
@@ -23,7 +22,6 @@
 #else
 
 # define inline                /* no inline */
-# define __pure                /* no pure */
 # define __noreturn    /* no noreturn */
 # define __malloc      /* no malloc */
 # define __used                /* no used */