Variable: bindat--op

bindat--op is a variable defined in bindat.el.gz.

Value

nil

Documentation

The operation we're currently building.

This is a simple symbol and can be one of: unpack, pack, or length. This is used during macroexpansion of bindat-type so that the macros know which code to generate. FIXME: this is closely related and very similar to the op argument passed to bindat--type, yet it's annoyingly different.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bindat.el.gz
(defvar bindat--op nil
  "The operation we're currently building.
This is a simple symbol and can be one of: `unpack', `pack', or `length'.
This is used during macroexpansion of `bindat-type' so that the
macros know which code to generate.
FIXME: this is closely related and very similar to the `op' argument passed
to `bindat--type', yet it's annoyingly different.")