summaryrefslogtreecommitdiff
path: root/sql/hash_filo.h
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-05-27 12:03:37 +0200
committermsvensson@neptunus.(none) <>2005-05-27 12:03:37 +0200
commit34901082359dd2182343e0b155e172afb156a97f (patch)
tree907e986ca02d5e91d4f651bf269e7ca1479f526c /sql/hash_filo.h
parentaa99b05be799e34e1756425a124e2023e8909f39 (diff)
downloadmariadb-git-34901082359dd2182343e0b155e172afb156a97f.tar.gz
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
Diffstat (limited to 'sql/hash_filo.h')
-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