Mercurial > hg > octave-nkf
comparison src/pt-mat.h @ 3523:b80bbb43a1a9
[project @ 2000-02-02 10:25:52 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 10:26:25 +0000 |
parents | 35bd1b05cfbe |
children | 44386b0e53da |
comparison
equal
deleted
inserted
replaced
3522:bd422cf62f0c | 3523:b80bbb43a1a9 |
---|---|
25 | 25 |
26 #if defined (__GNUG__) | 26 #if defined (__GNUG__) |
27 #pragma interface | 27 #pragma interface |
28 #endif | 28 #endif |
29 | 29 |
30 class ostream; | 30 #include <iostream> |
31 | 31 |
32 class octave_value; | 32 class octave_value; |
33 class octave_value_list; | 33 class octave_value_list; |
34 class tree_argument_list; | 34 class tree_argument_list; |
35 | 35 |