comparison src/procstream.h @ 877:ba6acc6309ec

[project @ 1994-11-05 03:10:20 by jwe]
author jwe
date Sat, 05 Nov 1994 03:16:51 +0000
parents 41a70d08c1f7
children dfe01093f657
comparison
equal deleted inserted replaced
876:0862b41633f3 877:ba6acc6309ec
21 21
22 */ 22 */
23 23
24 #if !defined (octave_procstream_h) 24 #if !defined (octave_procstream_h)
25 #define octave_procstream_h 1 25 #define octave_procstream_h 1
26
27 #if defined (__GNUG__)
28 #pragma interface
29 #endif
30 26
31 #include <iostream.h> 27 #include <iostream.h>
32 #include <procbuf.h> 28 #include <procbuf.h>
33 29
34 class 30 class