diff -ur libqalculate-0.9.12/libqalculate/Calculator.cc libqalculate-0.9.12_macports/libqalculate/Calculator.cc
old
|
new
|
|
23 | 23 | #include "Prefix.h" |
24 | 24 | #include "Number.h" |
25 | 25 | |
26 | | #if (defined(__clang__) && !defined char16_t) |
27 | | typedef __CHAR16_TYPE__ char16_t; |
28 | | #endif |
29 | | |
30 | 26 | #include <locale.h> |
31 | 27 | #include <libxml/xmlmemory.h> |
32 | 28 | #include <libxml/parser.h> |
diff -ur libqalculate-0.9.12/libqalculate/DataSet.cc libqalculate-0.9.12_macports/libqalculate/DataSet.cc
old
|
new
|
|
13 | 13 | |
14 | 14 | #include "DataSet.h" |
15 | 15 | |
16 | | #if (defined(__clang__) && !defined char16_t) |
17 | | typedef __CHAR16_TYPE__ char16_t; |
18 | | #endif |
19 | | |
20 | 16 | #include "util.h" |
21 | 17 | #include "Calculator.h" |
22 | 18 | #include "MathStructure.h" |