From 7f565c8a2711dfb6927dd9f175fd6b09549d385d Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 08:45:26 +0000 Subject: Added pragma interface for g++ --- utils/Timer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/Timer.h') diff --git a/utils/Timer.h b/utils/Timer.h index 3e5969d..c0d8ffc 100644 --- a/utils/Timer.h +++ b/utils/Timer.h @@ -15,6 +15,11 @@ #ifndef Timer_H_ #define Timer_H_ +#ifdef __GNUG__ +#pragma interface +#endif + + #include "cplus_bugs.h" #include "Time.h" -- cgit v1.1