Mercurial > hg > octave-lyh
diff src/procstream.cc @ 453:393e95f46b51
[project @ 1994-06-06 00:05:20 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 00:14:55 +0000 |
parents | a99f28f5e351 |
children | 41a70d08c1f7 |
line wrap: on
line diff
--- a/src/procstream.cc +++ b/src/procstream.cc @@ -1,7 +1,7 @@ // procstream.cc -*- C++ -*- /* -Copyright (C) 1992, 1993 John W. Eaton +Copyright (C) 1992, 1993, 1994 John W. Eaton This file is part of Octave. @@ -25,6 +25,10 @@ #include "config.h" #endif +#if defined (__GNUG__) +#pragma implementation +#endif + #include "procstream.h" procstreambase::procstreambase (void)