opnsense-ports/textproc/teckit/files/patch-SFconv_UtfCodec.h
Franco Fichtner fda9379281 */*: sync with upstream
Taken from: HardenedBSD
2018-01-15 19:01:03 +01:00

15 lines
314 B
C++

--- SFconv/UtfCodec.h.orig 2017-06-23 19:39:26 UTC
+++ SFconv/UtfCodec.h
@@ -28,11 +28,7 @@ of the License or (at your option) any l
#include <cstddef>
#include <cstdlib>
-#include <cstdint>
-
-using std::int8_t;
-using std::uint8_t;
-using std::ptrdiff_t;
+#include <stdint.h>
typedef uint32_t uchar_t;