diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 21:19:53 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 22:51:48 +0300 |
commit | 49b2d7de412f02294027cfceec7a421a73c7b436 (patch) | |
tree | e6f40c1d346e65cd71805e6ed3addfbc94297bcd /textproc/uncrustify/files/patch-src_tokenize.cpp | |
parent | sysutils/geomWatch: mark BROKEN (does not fetch) (diff) |
textproc/uncrustify: update to 0.73.0
Diffstat (limited to 'textproc/uncrustify/files/patch-src_tokenize.cpp')
-rw-r--r-- | textproc/uncrustify/files/patch-src_tokenize.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/uncrustify/files/patch-src_tokenize.cpp b/textproc/uncrustify/files/patch-src_tokenize.cpp new file mode 100644 index 000000000000..5355d9270c67 --- /dev/null +++ b/textproc/uncrustify/files/patch-src_tokenize.cpp @@ -0,0 +1,14 @@ +--- src/tokenize.cpp.orig 2021-05-13 14:53:40 UTC ++++ src/tokenize.cpp +@@ -16,10 +16,7 @@ + #include "unc_ctype.h" + + #include <regex> +- +-#ifdef WIN32 +-#include <stack> // to get std::stack +-#endif // WIN32 ++#include <stack> + + + #define LE_COUNT(x) cpd.le_counts[static_cast<size_t>(LE_ ## x)] |