Searched defs:FICL_ROBUST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h199 #define FICL_ROBUST (0) macro
438 * FICL_ROBUST enables bounds checking of stacks and the dictionary.
442 * FICL_ROBUST == 1 --> stack checking in the outer interpreter
443 * FICL_ROBUST == 2 also enables checking in many primitives
446 #if !defined FICL_ROBUST
447 #define FICL_ROBUST (2) macro
448 #endif /* FICL_ROBUST */
910 #if FICL_ROBUST >= 1
915 #else /* FICL_ROBUST >= 1 */
917 #endif /* FICL_ROBUST >
[all...]

Completed in 89 milliseconds