Function: senator-make-register--cmacro
senator-make-register--cmacro is a function defined in senator.el.gz.
Signature
(senator-make-register--cmacro _CL-WHOLE-ARG FOREIGN-TAG)
Documentation
compiler-macro for inlining senator-make-register.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
;; Closure converted to defun by helpful.
(defun senator-make-register--cmacro
(_cl-whole-arg foreign-tag)
"compiler-macro for inlining `senator-make-register'."
(cl-block senator-make-register--cmacro
(cl--defsubst-expand
'(foreign-tag)
'(cl-block senator-make-register
(record 'senator-register foreign-tag))
nil nil nil foreign-tag)))