diff options
author | msvensson@neptunus.(none) <> | 2005-05-27 12:03:37 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-27 12:03:37 +0200 |
commit | 34901082359dd2182343e0b155e172afb156a97f (patch) | |
tree | 907e986ca02d5e91d4f651bf269e7ca1479f526c /sql/sp_pcontext.cc | |
parent | aa99b05be799e34e1756425a124e2023e8909f39 (diff) | |
download | mariadb-git-34901082359dd2182343e0b155e172afb156a97f.tar.gz |
Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1
Diffstat (limited to 'sql/sp_pcontext.cc')
-rw-r--r-- | sql/sp_pcontext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_pcontext.cc b/sql/sp_pcontext.cc index 26f576233f3..f95a43eb903 100644 --- a/sql/sp_pcontext.cc +++ b/sql/sp_pcontext.cc @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation #endif |