diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-11-26 07:16:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 07:16:06 +0100 |
commit | c22d0e1f53f0b1f3127f30a2fcb638a32cf9c58b (patch) | |
tree | 76702d368bb4945886b847cfbe0709d2549cc545 /libs/minisat/System.cc | |
parent | 8dd59bd72e47fffc9b7ab6cc91c76903ada363ff (diff) | |
parent | 1b231b442c576bacc5d25a35a5846f896394e2f1 (diff) | |
download | yosys-c22d0e1f53f0b1f3127f30a2fcb638a32cf9c58b.tar.gz yosys-c22d0e1f53f0b1f3127f30a2fcb638a32cf9c58b.tar.bz2 yosys-c22d0e1f53f0b1f3127f30a2fcb638a32cf9c58b.zip |
Merge pull request #460 from mithro/g3-fixes
Bunch of small fixes
Diffstat (limited to 'libs/minisat/System.cc')
-rw-r--r-- | libs/minisat/System.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/minisat/System.cc b/libs/minisat/System.cc index ceef4292b..1921a1d71 100644 --- a/libs/minisat/System.cc +++ b/libs/minisat/System.cc @@ -1,5 +1,9 @@ +#ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS +#endif +#ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS +#endif /***************************************************************************************[System.cc] Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson Copyright (c) 2007-2010, Niklas Sorensson |