From d4e410ec2039f64f88cd2ae6326c07fc771d12f9 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 26 Mar 2003 16:25:58 +0000 Subject: [PATCH] always define __attribute__ if not already there. --- src/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0