From: Christos Zoulas Date: Wed, 26 Mar 2003 16:25:58 +0000 (+0000) Subject: always define __attribute__ if not already there. X-Git-Tag: FILE4_01~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4e410ec2039f64f88cd2ae6326c07fc771d12f9;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