Mercurial > hg > octave-lyh
comparison src/pt-cell.h @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | 6b36317855ff |
children | 0343ffea47ef |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
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 |