Function: gdb-table-rows--cmacro

gdb-table-rows--cmacro is a function defined in gdb-mi.el.gz.

Signature

(gdb-table-rows--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for gdb-table-rows.

Source Code

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