All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

save-argument-real-p Function

Summary

Deprecated. Returns t.

Package

hcl

Signature

save-argument-real-p => realp

Values
realp
A boolean.
Description

The function save-argument-real-p always returns t.

Compatibility note

In LispWorks 6.1 for Macintosh and earlier versions, save-argument-real-p can be used to determine whether a build script knows the real name of the image being saved. The return value realp is nil only when building an intermediate image for the purpose of building a universal binary.

In LispWorks 7.0 and later versions, universal binaries are not supported hence save-argument-real-p always returns t.

See also

save-universal-from-script
building-universal-intermediate-p
deliver
save-image
save-image-with-bundle


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35