diff options
author | Roy Marples <roy@marples.name> | 2008-02-22 11:44:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-22 11:44:10 +0000 |
commit | a9fcbf3e30952809381a62143248517c0f0c2c6d (patch) | |
tree | ebe8362c817a6255c2f33ccfdc0f20a3e6663f4e /src/libeinfo/einfo.h | |
parent | 5bb09b65871362f60b7facd6193638caeba31a49 (diff) |
More PCC fixes.
Diffstat (limited to 'src/libeinfo/einfo.h')
-rw-r--r-- | src/libeinfo/einfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 49ef03fb..650bc680 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -27,7 +27,7 @@ #ifndef __EINFO_H__ #define __EINFO_H__ -#if defined(__GNUC__) || defined(__PCC__) +#if defined(__GNUC__) # define __EINFO_PRINTF __attribute__ ((__format__ (__printf__, 1, 2))) # define __EINFO_XPRINTF __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2))) # define __EEND_PRINTF __attribute__ ((__format__ (__printf__, 2, 3))) |