1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add ifdefs to control when "#pragma implementation" should be used

Added some more ifdefs for "#pragma interface"
This commit is contained in:
msvensson@neptunus.(none)
2005-05-26 12:09:14 +02:00
parent 0ed2e57731
commit 83d430353e
46 changed files with 50 additions and 45 deletions

View File

@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef __GNUC__
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif