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