Return to sljitLir.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / sljit |
version 1.1.1.4, 2013/07/22 08:25:57 | version 1.1.1.5, 2014/06/15 19:46:05 |
---|---|
Line 283 struct sljit_compiler { | Line 283 struct sljit_compiler { |
sljit_sw cache_argw; | sljit_sw cache_argw; |
#endif | #endif |
#if (defined SLJIT_CONFIG_TILEGX && SLJIT_CONFIG_TILEGX) | |
sljit_si cache_arg; | |
sljit_sw cache_argw; | |
#endif | |
#if (defined SLJIT_VERBOSE && SLJIT_VERBOSE) | #if (defined SLJIT_VERBOSE && SLJIT_VERBOSE) |
FILE* verbose; | FILE* verbose; |
#endif | #endif |