>>>>> "rif" == rif <[EMAIL PROTECTED]> writes:
rif> From reading the CMUCL manual, it seems that block compilation might
rif> help my application. As per the description (in 5.7.1), I attempted
rif> to define a block with a single entry point by using
rif> (declaim (start-block extract-speech-params))
rif> before a bunch of function declarations, and
rif> (declaim (end-block))
rif> afterwards. However, this simply produced two compiler warnings,
rif> saying that start-block and end-block were unrecognized declarations.
rif> Can someone point me in the right direction?
Try ext:start-block and ext:end-block?
Ray