summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IOStream_T.h')
-rw-r--r--ace/IOStream_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream_T.h b/ace/IOStream_T.h
index 797162ef113..0510c671946 100644
--- a/ace/IOStream_T.h
+++ b/ace/IOStream_T.h
@@ -143,7 +143,7 @@ public:
#else
virtual int ipfx0(void) { return(iostream::ipfx(0)); }
virtual int ipfx1(void) { return(iostream::ipfx(1)); }
-#endif
+#endif /* __GNUC__ */
virtual int ipfx (int need = 0) { return(iostream::ipfx(need)); }
virtual void isfx (void) { iostream::isfx(); return; }
virtual int opfx (void) { return(iostream::opfx()); }