X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h;h=89f3474332a46565e629f6aa403702876b7bb3d1;hb=c1bde668c4e8022590b1099b60d97caa16d3e760;hp=aae6e6b1fa7bab168854005d75b5a252e40d2e64;hpb=4b6bbffc7e1d9a9ee5a75da79ced92f5bc92a913;p=cparser diff --git a/config.h b/config.h index aae6e6b..89f3474 100644 --- a/config.h +++ b/config.h @@ -1 +1,5 @@ #define INLINE inline + +#ifndef __GNUC__ +#define __attribute__(x) +#endif