remove \r
[extl.git] / extl / compiler / config / support.h
blobf95cbb4acb36ec77675b713b80d0db1dd81c7257
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: support.h
4 * Created: 08.11.23
5 * Updated: 08.11.23
7 * Brief: The Compiler Library Support
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_COMPILER_CONFIG_SUPPORT_H
15 #define EXTL_COMPILER_CONFIG_SUPPORT_H
17 #ifndef EXTL_COMPILER_CONFIG_H
18 # error This file must be included of extl\compiler\config\config.h
19 #endif
21 /*#ifndef EXTL_TYPE_CONFIG_H
22 # include "../type/config/config.h"
23 #endif*/
25 /* ///////////////////////////////////////////////////////////////////////
26 * Compatibility
29 /* //////////////////////////////////////////////////////////////////// */
30 #endif /* EXTL_COMPILER_CONFIG_SUPPORT_H */
31 /* //////////////////////////////////////////////////////////////////// */