summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comm/Channel.h4
-rw-r--r--comm/IOS.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/comm/Channel.h b/comm/Channel.h
index 1f73c37..9d30321 100644
--- a/comm/Channel.h
+++ b/comm/Channel.h
@@ -15,6 +15,10 @@
#ifndef Channel_H_
#define Channel_H_
+#ifdef __GNUG__
+#pragma interface
+#endif
+
#include "cplus_bugs.h"
#include "global.h"
#include "IOS.h"
diff --git a/comm/IOS.h b/comm/IOS.h
index a0cceb9..02ee3f3 100644
--- a/comm/IOS.h
+++ b/comm/IOS.h
@@ -15,6 +15,10 @@
#ifndef UchIO_H_
#define UchIO_H_
+#ifdef __GNUG__
+#pragma interface
+#endif
+
#include "cplus_bugs.h"
#include "global.h"