vseloved / rutils

Radical Utilities for Common Lisp
Other
246 stars 36 forks source link

Gets rid of pervasive declaim #36

Closed carlosdagos closed 6 years ago

carlosdagos commented 6 years ago

Hi @vseloved,

This patch just wraps the use of declaim around (eval-when (:compile-toplevel)) to make sure they're contained to the files making use of the relevant optimizations.

Thanks!