summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1994-06-13 09:24:33 +0000
committerchatty1994-06-13 09:24:33 +0000
commit647b38fff595320e52b5c9996d9d9ad79e6d8c28 (patch)
tree9bf5507ebe10e65415c19b95e27fa44339a17415
parent031df50636e8304c98839e6f6a265c1616850059 (diff)
downloadivy-league-647b38fff595320e52b5c9996d9d9ad79e6d8c28.zip
ivy-league-647b38fff595320e52b5c9996d9d9ad79e6d8c28.tar.gz
ivy-league-647b38fff595320e52b5c9996d9d9ad79e6d8c28.tar.bz2
ivy-league-647b38fff595320e52b5c9996d9d9ad79e6d8c28.tar.xz
Added pragma interface
-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;