LispWorks Foreign Language Interface User Guide and Reference Manual > 5 Function and Macro Reference

NextPrevUpTopContentsIndex

start-collecting-template-info

Function
Summary

Nullifies the FLI Template information in the image.

Package

fli

Signature

start-collecting-template-info => nil

Description

The FLI converters require pieces of compiled code known as FLI templates, and sometimes your delivered application will need extra templates not included in LispWorks as shipped.

The function start-collecting-template-info throws away any information about FLI templates that has been collected. Call it when you want to start collecting to create a definitive set of template information.

See the LispWorks Delivery User Guide for further details.

See also

print-collected-template-info


LispWorks Foreign Language Interface User Guide and Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex