Mercurial > hg > octave-nkf
comparison src/oct-map.h @ 5105:e35b034d3523
[project @ 2004-12-28 03:36:13 by jwe]
author | jwe |
---|---|
date | Tue, 28 Dec 2004 03:36:14 +0000 |
parents | e71be9c548f2 |
children | 7c3b22bafedc |
comparison
equal
deleted
inserted
replaced
5104:b77227b1d8a8 | 5105:e35b034d3523 |
---|---|
20 | 20 |
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_oct_map_h) | 23 #if !defined (octave_oct_map_h) |
24 #define octave_oct_map_h 1 | 24 #define octave_oct_map_h 1 |
25 | |
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) | |
27 #pragma interface | |
28 #endif | |
29 | 25 |
30 #include <map> | 26 #include <map> |
31 | 27 |
32 #include "Cell.h" | 28 #include "Cell.h" |
33 #include "oct-obj.h" | 29 #include "oct-obj.h" |