summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-05-27 14:15:08 +0200
committerunknown <serg@serg.mylan>2005-05-27 14:15:08 +0200
commit755d2018ada199005b70b4836f6fbb56e2e7b892 (patch)
tree7b3d15a7c940f3fcef8ee045acae653f78d830c6 /sql
parent8dcb03f7a25bda9eefe1c8b0004889166e7e258f (diff)
downloadmariadb-git-755d2018ada199005b70b4836f6fbb56e2e7b892.tar.gz
forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures
Diffstat (limited to 'sql')
-rw-r--r--sql/hash_filo.h2
1 files changed, 1 insertions, 1 deletions
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