forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures

This commit is contained in:
serg@serg.mylan 2005-05-27 14:15:08 +02:00
parent 324c20d41c
commit f9e9406b40

View File

@ -23,7 +23,7 @@
#ifndef HASH_FILO_H
#define HASH_FILO_H
#ifdef __GNUC__
#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class interface */
#endif