Chris@16: // Chris@16: // unyield.hpp Chris@16: // ~~~~~~~~~~~ Chris@16: // Chris@101: // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: Chris@16: #ifdef reenter Chris@16: # undef reenter Chris@16: #endif Chris@16: Chris@16: #ifdef yield Chris@16: # undef yield Chris@16: #endif Chris@16: Chris@16: #ifdef fork Chris@16: # undef fork Chris@16: #endif