mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Add ifdefs to control when "#pragma implementation" should be used
Added some more ifdefs for "#pragma interface"
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
** dynamic functions, so this shouldn't be a real problem.
|
||||
*/
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifdef USE_PRAGMA_IMPLEMENTATION
|
||||
#pragma implementation // gcc: implement sql_udf.h
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user