Mercurial > hg > octave-lyh
comparison scripts/gethelp.cc @ 4279:64c444ac1fee
[project @ 2003-01-04 01:10:25 by jwe]
author | jwe |
---|---|
date | Sat, 04 Jan 2003 01:10:26 +0000 |
parents | 168277402d7c |
children | b3e973d63c1c |
comparison
equal
deleted
inserted
replaced
4278:2cc12970de72 | 4279:64c444ac1fee |
---|---|
1 #if defined (__DECCXX) | |
2 #define __USE_STD_IOSTREAM | |
3 #endif | |
4 | |
1 #include <string> | 5 #include <string> |
2 #include <iostream> | 6 #include <iostream> |
3 | 7 |
4 #ifndef NPOS | 8 #ifndef NPOS |
5 #define NPOS std::string::npos | 9 #define NPOS std::string::npos |