mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures
This commit is contained in:
parent
8dcb03f7a2
commit
755d2018ad
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef HASH_FILO_H
|
||||
#define HASH_FILO_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifdef USE_PRAGMA_INTERFACE
|
||||
#pragma interface /* gcc class interface */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue