Function: bindat--type-pe--cmacro

bindat--type-pe--cmacro is a function defined in bindat.el.gz.

Signature

(bindat--type-pe--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for bindat--type-pe.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bindat.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block bindat--type-pe--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block bindat--type-pe
			     (progn
			       (or (cl--struct-bindat--type-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'bindat--type cl-x)))
			       (aref cl-x 3)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `bindat--type-pe'."]