summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-05-04 15:05:56 +0200
committermsvensson@neptunus.(none) <>2005-05-04 15:05:56 +0200
commit5b5565c30a8678ab69b1089aef3c05c8bba29d08 (patch)
tree45a0083b6a397ee71a8d3487db6eab6e3dd7dd9e /sql/field.h
parent8e87db93183b1a4787d7cd0fdd89f1a8179bed68 (diff)
downloadmariadb-git-5b5565c30a8678ab69b1089aef3c05c8bba29d08.tar.gz
BUG#10241 cygwin port: invalid pragma interface directives
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index f19771c3f9c..1d7669d540d 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -20,7 +20,7 @@
variables must declare the size_of() member function.
*/
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif