From f9e9406b4044d5c243a91f3a849e2609d792a06f Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Fri, 27 May 2005 14:15:08 +0200 Subject: [PATCH] forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures --- sql/hash_filo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/hash_filo.h b/sql/hash_filo.h index d1672e1a60c..fc48c3b1540 100644 --- a/sql/hash_filo.h +++ b/sql/hash_filo.h @@ -23,7 +23,7 @@ #ifndef HASH_FILO_H #define HASH_FILO_H -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class interface */ #endif