diff --git a/core/system/system.factor b/core/system/system.factor index 7ef646a042..99628b2b69 100644 --- a/core/system/system.factor +++ b/core/system/system.factor @@ -5,6 +5,8 @@ math math.parser namespaces sequences ; IN: system PRIMITIVE: (exit) ( n -- * ) +PRIMITIVE: disable-ctrl-break ( -- ) +PRIMITIVE: enable-ctrl-break ( -- ) PRIMITIVE: nano-count ( -- ns ) SINGLETONS: x86.32 x86.64 arm ppc.32 ppc.64 ;