]> granicus.if.org Git - file/commitdiff
always define __attribute__ if not already there.
authorChristos Zoulas <christos@zoulas.com>
Wed, 26 Mar 2003 16:25:58 +0000 (16:25 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 26 Mar 2003 16:25:58 +0000 (16:25 +0000)
src/file.h

index 82cdcaf5faca13ba68fe01eab9a4348c040c9059..2528601a604fca2d311d1c5bf7064d355a757b04 100644 (file)
@@ -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