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