From: Christos Zoulas Date: Wed, 26 Mar 2003 16:25:58 +0000 (+0000) Subject: always define __attribute__ if not already there. X-Git-Tag: FILE5_05~1006 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ad0b9d442ca0c06bc483a55524dfabf86b2402e;p=file always define __attribute__ if not already there. --- diff --git a/src/file.h b/src/file.h index 82cdcaf5..2528601a 100644 --- a/src/file.h +++ b/src/file.h @@ -32,7 +32,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.50 2003/03/26 16:25:25 christos Exp $ + * @(#)$Id: file.h,v 1.51 2003/03/26 16:25:58 christos Exp $ */ #ifndef __file_h__ @@ -80,7 +80,7 @@ #define FILE_COMPILE 2 #ifndef __GNUC__ -#ifndef __lint__ +#ifndef __attribute__ #define __attribute__(a) #endif #endif