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

8 lines
215 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
IN: call
USE: call.private
: execute-effect ( word effect -- ) execute-effect-unsafe ; inline