mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Add ifdefs to control when "#pragma implementation" should be used
Added some more ifdefs for "#pragma interface"
This commit is contained in:
parent
0ed2e57731
commit
83d430353e
46 changed files with 50 additions and 45 deletions
|
|
@ -70,7 +70,7 @@
|
|||
tonu@mysql.com & monty@mysql.com
|
||||
*/
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifdef USE_PRAGMA_IMPLEMENTATION
|
||||
#pragma implementation // gcc: Class implementation
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue