mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Add ifdefs to control when "#pragma implementation" should be used
Added some more ifdefs for "#pragma interface"
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
/* mysql_select and join optimization */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifdef USE_PRAGMA_IMPLEMENTATION
|
||||
#pragma implementation // gcc: Class implementation
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user