summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/String.h4
-rw-r--r--utils/Time.h4
2 files changed, 8 insertions, 0 deletions
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;