## Macro: SB-EXT:WITHOUT-PACKAGE-LOCKS [![package](https://img.shields.io/badge/Package-SB--EXT-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Macro-5f9ea0.svg?style=social&colorA=999999)](../#macro) > Ignores all runtime package lock violations during the execution of > body. Body can begin with declarations. ### Lambda list ```cl (&body sb-impl::body) ```