Home
last modified time | relevance | path

Searched refs:FICL_VM_STATUS_TOO_DEEP (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fth/fth-1.4.1/ficl/
H A Dficl.h868 #define FICL_VM_STATUS_TOO_DEEP (-7) /* do-loops nested too deeply macro
H A Dprimitives.c3991 PRIMITIVE_APPEND_CONSTANT(dict, "exc-too-deep", FICL_VM_STATUS_TOO_DEEP); in ficlSystemCompileCore()