equal
deleted
inserted
replaced
12 */ |
12 */ |
13 |
13 |
14 #ifndef _STLP_ROPE |
14 #ifndef _STLP_ROPE |
15 #define _STLP_ROPE |
15 #define _STLP_ROPE |
16 |
16 |
17 # ifndef _STLP_OUTERMOST_HEADER_ID |
17 #ifndef _STLP_OUTERMOST_HEADER_ID |
18 # define _STLP_OUTERMOST_HEADER_ID 0x54 |
18 # define _STLP_OUTERMOST_HEADER_ID 0x54 |
19 # include <stl/_prolog.h> |
19 # include <stl/_prolog.h> |
20 # endif |
20 #endif |
21 |
21 |
22 # ifdef _STLP_PRAGMA_ONCE |
22 #ifdef _STLP_PRAGMA_ONCE |
23 # pragma once |
23 # pragma once |
24 # endif |
24 #endif |
25 |
25 |
26 # include <stl/_rope.h> |
26 #if defined (_STLP_NO_EXTENSIONS) |
|
27 /* Comment following if you want to use rope class even if you ask for |
|
28 * no extension. |
|
29 */ |
|
30 # error The rope class is a STLport extension. |
|
31 #endif |
27 |
32 |
28 # if (_STLP_OUTERMOST_HEADER_ID == 0x54) |
33 #include <stl/_rope.h> |
|
34 |
|
35 #if (_STLP_OUTERMOST_HEADER_ID == 0x54) |
29 # include <stl/_epilog.h> |
36 # include <stl/_epilog.h> |
30 # undef _STLP_OUTERMOST_HEADER_ID |
37 # undef _STLP_OUTERMOST_HEADER_ID |
31 # endif |
38 #endif |
32 |
39 |
33 #endif /* _STLP_ROPE */ |
40 #endif /* _STLP_ROPE */ |
34 |
41 |
35 // Local Variables: |
42 // Local Variables: |
36 // mode:C++ |
43 // mode:C++ |