Go to the documentation of this file.
34 #ifndef ABL_STATEFUL_INTO
35 #define ABL_STATEFUL_INTO 1
43 #ifndef ABL_SAFE_ANY_STATE
44 #define ABL_SAFE_ANY_STATE 0
52 #ifndef ABL_TRACE_ANY_STATE_ALLOC
53 #define ABL_TRACE_ANY_STATE_ALLOC 0
60 #ifndef ABL_REDUCE_TAIL_RECURSIVE
61 #define ABL_REDUCE_TAIL_RECURSIVE 0
69 #ifndef ABL_REDUCE_WITH_ACCUMULATE
70 #define ABL_REDUCE_WITH_ACCUMULATE 0
77 #ifndef ABL_REDUCE_ALWAYS_VARIADIC
78 #define ABL_REDUCE_ALWAYS_VARIADIC 0
86 #ifndef ABL_MAKE_GCC_CRASH
87 #define ABL_MAKE_GCC_CRASH !defined(__GNUC__) || defined(__clang__ ) || defined(__llvm__)