-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathConfig.hpp
More file actions
29 lines (22 loc) · 811 Bytes
/
Config.hpp
File metadata and controls
29 lines (22 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//-----------------------------------------------------------------------------
//
// Copyright (C) 2016-2018 David Hill
//
// See COPYING for license information.
//
//-----------------------------------------------------------------------------
//
// Numeric typedefs and utilities.
//
//-----------------------------------------------------------------------------
#ifndef GDCC__Config_H__
#define GDCC__Config_H__
//----------------------------------------------------------------------------|
// Macros |
//
#cmakedefine01 GDCC_BC_DGE
#cmakedefine01 GDCC_BC_ZDACS
#cmakedefine01 GDCC_Core_BigNum
#define GDCC_Core_SizeLong ${GDCC_Core_SizeLong}
#define GDCC_Core_SizeLongLong ${GDCC_Core_SizeLongLong}
#endif//GDCC__Config_H__