Function: gdb-table-row-properties--cmacro
gdb-table-row-properties--cmacro is a function defined in
gdb-mi.el.gz.
Signature
(gdb-table-row-properties--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining gdb-table-row-properties.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
;; Closure converted to defun by helpful.
(defun gdb-table-row-properties--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `gdb-table-row-properties'."
(cl-block gdb-table-row-properties--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block gdb-table-row-properties
(progn
(or
(gdb-table-p cl-x)
(signal 'wrong-type-argument
(list 'gdb-table cl-x)))
(aref cl-x 3)))
nil nil nil cl-x)))