remove \r
[extl.git] / extl / compiler / config / config.h
blob0401afa36f9c1f4ea2ca1acf58359cc67e38f37f
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: config.h
4 * Created: 08.11.23
5 * Updated: 08.11.23
7 * Brief: The Compiler Library Configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_COMPILER_CONFIG_H
15 #define EXTL_COMPILER_CONFIG_H
17 #ifndef EXTL_CONFIG_SUB_H
18 # error This file must be included of extl\config\sub_config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "support.h"
25 #include "../traits/config/config.h"
26 /* //////////////////////////////////////////////////////////////////// */
27 #endif /* EXTL_COMPILER_CONFIG_H */
28 /* //////////////////////////////////////////////////////////////////// */