summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1994-05-10 13:10:25 +0000
committerchatty1994-05-10 13:10:25 +0000
commit3a2e78e65f37d34d985d849977b25daeb2d9a3ff (patch)
treec33184d2d37be14e4d86aae227b59a0e3d9b1d1a /comm
parentaa97a343290731111e1ed04eaee413313e0f58e5 (diff)
downloadivy-league-3a2e78e65f37d34d985d849977b25daeb2d9a3ff.zip
ivy-league-3a2e78e65f37d34d985d849977b25daeb2d9a3ff.tar.gz
ivy-league-3a2e78e65f37d34d985d849977b25daeb2d9a3ff.tar.bz2
ivy-league-3a2e78e65f37d34d985d849977b25daeb2d9a3ff.tar.xz
Added pragma interface
Diffstat (limited to 'comm')
-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"