diff options
Diffstat (limited to 'storage/connect/connect.cc')
-rw-r--r-- | storage/connect/connect.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/connect.cc b/storage/connect/connect.cc index fd5f6fe6d5d..5ea2691d2f2 100644 --- a/storage/connect/connect.cc +++ b/storage/connect/connect.cc @@ -21,7 +21,7 @@ /* ----------------------- */ /* This program are the CONNECT general purpose semantic routines. */ /***********************************************************************/ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif |