blob: fb3488c0decbff6a6037dd283bbd1f6de5e05872 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libefont/t1interp.cc.orig 2015-07-30 17:15:26 UTC
+++ libefont/t1interp.cc
@@ -30,6 +30,7 @@
#define CHECK_PATH_START() do { _state = S_PATH; } while (0)
#define CHECK_PATH_END() do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0)
+#undef static_assert
#ifndef static_assert
# define static_assert(c, msg) switch ((int) (c)) case 0: case (c):
#endif
|