summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-05-27 12:03:37 +0200
committerunknown <msvensson@neptunus.(none)>2005-05-27 12:03:37 +0200
commit73b4415ce4db3973998f36e4ac92ba4e83c323f1 (patch)
tree907e986ca02d5e91d4f651bf269e7ca1479f526c /sql/sp_pcontext.h
parentc31094fae9b63d559edc4129327dfba384b67d01 (diff)
downloadmariadb-git-73b4415ce4db3973998f36e4ac92ba4e83c323f1.tar.gz
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
sql/hash_filo.h: USE_PRAGMA_INTERFACE sql/sp_cache.cc: USE_PRAGMA_IMPLEMENTATION sql/sp_cache.h: USE_PRAGMA_INTERFACE sql/sp_head.cc: USE_PRAGMA_IMPLEMENTATION sql/sp_head.h: USE_PRAGMA_INTERFACE sql/sp_pcontext.cc: USE_PRAGMA_IMPLEMENTATION sql/sp_pcontext.h: USE_PRAGMA_INTERFACE sql/sp_rcontext.cc: USE_PRAGMA_IMPLEMENTATION sql/sp_rcontext.h: USE_PRAGMA_INTERFACE
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r--sql/sp_pcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h
index 749b99dcf14..0d218bc0538 100644
--- a/sql/sp_pcontext.h
+++ b/sql/sp_pcontext.h
@@ -18,7 +18,7 @@
#ifndef _SP_PCONTEXT_H_
#define _SP_PCONTEXT_H_
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif