// (C) Copyright Jonathan Turkanis 2004. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) // Disclaimer: Not a Boost library. #ifndef BOOST_IDL_DETAIL_IDL_EXTENDS_HPP_INCLUDED #define BOOST_IDL_DETAIL_IDL_EXTENDS_HPP_INCLUDED #define BOOST_IDL_EXTENDS(name) name, #endif // #ifndef BOOST_IDL_DETAIL_IDL_EXTENDS_HPP_INCLUDED