nuspell 5.1.6
Nuspell spellchecking library
Loading...
Searching...
No Matches
defines.hxx
1/* Copyright 2016-2024 Dimitrij Mijoski
2 *
3 * This file is part of Nuspell.
4 *
5 * Nuspell is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Lesser General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * Nuspell is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public License
16 * along with Nuspell. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef NUSPELL_DEFINES_HXX
20#define NUSPELL_DEFINES_HXX
21
22#define NUSPELL_BEGIN_INLINE_NAMESPACE inline namespace v5 {
23#define NUSPELL_END_INLINE_NAMESPACE }
24
25#endif // NUSPELL_DEFINES_HXX