macro-declaration-function

macro-declaration-function is a compiled Lisp function in `byte-run.el'.

(macro-declaration-function MACRO DECL)

This function is obsolete since 24.3;
use `macro-declarations-alist' instead.

Process a declaration found in a macro definition.
This is set as the value of the variable `macro-declaration-function'.
MACRO is the name of the macro being defined.
DECL is a list `(declare ...)' containing the declarations.
The return value of this function is not used.