Mercurial > hg > octave-thorsten
comparison src/oct-obj.h @ 4061:6e86256e9c54
[project @ 2002-09-19 16:42:25 by jwe]
author | jwe |
---|---|
date | Thu, 19 Sep 2002 16:42:28 +0000 |
parents | f9ea3dcf58ee |
children | 47d3baea432d |
comparison
equal
deleted
inserted
replaced
4060:9bfab09231c6 | 4061:6e86256e9c54 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_oct_obj_h) | 23 #if !defined (octave_oct_obj_h) |
24 #define octave_oct_obj_h 1 | 24 #define octave_oct_obj_h 1 |
25 | 25 |
26 #if defined (__GNUG__) | 26 #if defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) |
27 #pragma interface | 27 #pragma interface |
28 #endif | 28 #endif |
29 | 29 |
30 #include <string> | 30 #include <string> |
31 | 31 |