defsystem variables (original) (raw)


*default-file-type*

variable, defsystem package

The value of this variable is the default file type (file extension) used by objects of class default-module, if there is one. The initial value of this variable is nil.

See <defsystem.html> for general information on the Defsystem facility in Allegro CL.


*default-module-class*

variable, defsystem package

The value of this variable, which is initially lisp-module, determines the class of modules created by the defsystem macro.

See <defsystem.html> for general information on the Defsystem facility in Allegro CL.


*default-module-group-class*

variable, defsystem package

The value of this variable, which is initially default-module-group, determines the class of module-groups created by the defsystem macro.

See <defsystem.html> for general information on the Defsystem facility in Allegro CL.


*default-system-class*

variable, defsystem package

The value of this variable, which is initially default-system, determines the class of systems created by the defsystem macro.

See <defsystem.html> for general information on the Defsystem facility in Allegro CL.


Copyright (c) Franz Inc. Lafayette, CA., USA. All rights reserved.