NextPrevUpTopContentsIndex

8.7.2 Recording definitions and redefinition checking

The location information is entered into the database when the definition is executed, by the defining function calling dspec:record-definition .

dspec:record-definition performs various checks, and returns true or false depending on whether the definition was allowed or not. In particular, it checks if the same name has already been defined in a different location and if so a warning or error can be signalled. See the entry in the LispWorks Reference Manual for details.

 

8.7.2.1 Use of record-definition


LispWorks User Guide - 11 Mar 2008

NextPrevUpTopContentsIndex