diff options
author | msvensson@neptunus.(none) <> | 2005-05-26 12:09:14 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-26 12:09:14 +0200 |
commit | 83d430353ea7e95ad83807c7ba079a4eafbd2740 (patch) | |
tree | 4920b558234eccbf28718266bd9fae673ef3028f /sql/sql_crypt.h | |
parent | 0ed2e577318c5121ac3509ce16b829f37f02a8ed (diff) | |
download | mariadb-git-83d430353ea7e95ad83807c7ba079a4eafbd2740.tar.gz |
Add ifdefs to control when "#pragma implementation" should be used
Added some more ifdefs for "#pragma interface"
Diffstat (limited to 'sql/sql_crypt.h')
-rw-r--r-- | sql/sql_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_crypt.h b/sql/sql_crypt.h index 1b27f0a4d27..25bc2d29e1d 100644 --- a/sql/sql_crypt.h +++ b/sql/sql_crypt.h @@ -15,7 +15,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |