Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/ficl/
H A Dficl.h918 #define FICL_VM_STATUS_FSTACK_UNDERFLOW (-45) /* floating-point stack underflow */ macro
H A Dprimitives.c4029 PRIMITIVE_APPEND_CONSTANT(dict, "exc-fstack-underflow", FICL_VM_STATUS_FSTACK_UNDERFLOW); in ficlSystemCompileCore()