Basic constructor macro for bexprefix-upcase-p structures.
(make-bexprefix-upcase-p )
This is the usual way to construct bexprefix-upcase-p structures. It simply conses together a structure with the specified fields.
This macro generates a new bexprefix-upcase-p structure from scratch. See also change-bexprefix-upcase-p, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-bexprefix-upcase-p (&rest args) (std::make-aggregate 'bexprefix-upcase-p args 'nil 'make-bexprefix-upcase-p nil))
Function:
(defun bexprefix-upcase-p nil (declare (xargs :guard t)) (cons :upcase-p nil))