From 647b38fff595320e52b5c9996d9d9ad79e6d8c28 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Jun 1994 09:24:33 +0000 Subject: Added pragma interface --- utils/String.h | 4 ++++ utils/Time.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/utils/String.h b/utils/String.h index 42509d3..7fa3329 100644 --- a/utils/String.h +++ b/utils/String.h @@ -16,6 +16,10 @@ #ifndef String_H_ #define String_H_ +#ifdef __GNUG__ +#pragma interface +#endif + #include "cplus_bugs.h" /*? class StringMemory ?*/ diff --git a/utils/Time.h b/utils/Time.h index a7d2a1f..58718c0 100644 --- a/utils/Time.h +++ b/utils/Time.h @@ -15,6 +15,10 @@ #ifndef Time_H_ #define Time_H_ +#ifdef __GNUG__ +#pragma interface +#endif + #include "cplus_bugs.h" typedef long Millisecond; -- cgit v1.1