forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures

This commit is contained in:
unknown 2005-05-27 14:15:08 +02:00
parent 8dcb03f7a2
commit 755d2018ad

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