| 1 | Index: boost/wave/token_ids.hpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- boost/wave/token_ids.hpp (revision 74924)
|
|---|
| 4 | +++ boost/wave/token_ids.hpp (working copy)
|
|---|
| 5 | @@ -27,7 +27,7 @@
|
|---|
| 6 | #if !defined(BOOST_WAVE_TOKEN_IDS_DEFINED)
|
|---|
| 7 | #define BOOST_WAVE_TOKEN_IDS_DEFINED
|
|---|
| 8 |
|
|---|
| 9 | -#if (defined (__FreeBSD__) || defined (__DragonFly__)) && defined (T_DIVIDE)
|
|---|
| 10 | +#if (defined (__FreeBSD__) || defined (__DragonFly__) || defined (__OpenBSD__)) && defined (T_DIVIDE)
|
|---|
| 11 | #undef T_DIVIDE
|
|---|
| 12 | #endif
|
|---|
| 13 |
|
|---|