aboutsummaryrefslogblamecommitdiff
path: root/print/texlive-base/files/patch-texk-lcdf-typetools-lcdf-typetools-2.104-libefont-t1interp.cc
blob: 4c140c56abd329757f86ac87b1fe2e01aa61e14e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                
--- texk/lcdf-typetools/lcdf-typetools-2.104/libefont/t1interp.cc.orig	2014-07-08 06:44:39 UTC
+++ texk/lcdf-typetools/lcdf-typetools-2.104/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