diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-03 18:04:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-03 18:04:52 +0000 |
commit | 9e5e223bad4cf071821b41c2909c679003cdff0e (patch) | |
tree | 4cac203d2381f327fd59a3e5e6f0cb220a5e6b36 /ace/IOStream_T.h | |
parent | e13b6da887633f24d675d45f92f4365a6e8e07ab (diff) | |
download | ATCD-9e5e223bad4cf071821b41c2909c679003cdff0e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/IOStream_T.h')
-rw-r--r-- | ace/IOStream_T.h | 2 |
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()); } |