summaryrefslogtreecommitdiff
path: root/sql/sql_udf.h
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-05-09 11:26:48 +0200
committermsvensson@neptunus.(none) <>2005-05-09 11:26:48 +0200
commit34cec09efb44eca467efb41bbe3f10e3000523a6 (patch)
treec55cad5b59f1ef669924fb93c59e60e283fe3974 /sql/sql_udf.h
parentb2fc830459eb5f03caa4cb73005ead95c0f72924 (diff)
parent5b5565c30a8678ab69b1089aef3c05c8bba29d08 (diff)
downloadmariadb-git-34cec09efb44eca467efb41bbe3f10e3000523a6.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/bug10241
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
Diffstat (limited to 'sql/sql_udf.h')
-rw-r--r--sql/sql_udf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_udf.h b/sql/sql_udf.h
index 51ea6d4d627..2a7c06e1891 100644
--- a/sql/sql_udf.h
+++ b/sql/sql_udf.h
@@ -17,7 +17,7 @@
/* This file defines structures needed by udf functions */
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface
#endif