mirror of
https://github.com/MariaDB/server.git
synced 2025-09-05 08:04:25 +03:00
After review fixes
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
#endif /* __CYGWIN__ */
|
#endif /* __CYGWIN__ */
|
||||||
|
|
||||||
/* Determine when to use "#pragma interface" */
|
/* Determine when to use "#pragma interface" */
|
||||||
#if !defined(__CYGWIN__) && !defined(__ICC) && (__GNUC__ < 3)
|
#if !defined(__CYGWIN__) && !defined(__ICC) && defined(__GNUC__) && (__GNUC__ < 3)
|
||||||
#define USE_PRAGMA_INTERFACE
|
#define USE_PRAGMA_INTERFACE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user