factor/basis/tools/deploy/shaker/strip-call.factor

10 lines
291 B
Factor
Raw Normal View History

! Copyright (C) 2009 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
IN: tools.deploy.shaker.call
2009-03-18 18:01:26 -04:00
IN: combinators
USE: combinators.private
2009-03-17 19:53:44 -04:00
: call-effect ( word effect -- ) call-effect-unsafe ; inline
: execute-effect ( word effect -- ) execute-effect-unsafe ; inline