Age | Commit message (Collapse) | Author |
|
before the error message. Use it to simplify code.
okay miod@
|
|
|
|
|
|
|
|
Inline some macros/functions for speed.
So, this achieves the goal of one single lookup for macro/trace status,
which does speed up m4 in partial tracing situations somewhat.
This does also speed up m4 in large pushdef situations, since it no longer
has to lookup large chains of macros.
okay millert@
|
|
make the stack structure of macro definitions explicit.
okay millert@
|
|
in the frame for the macro expansion.
(This will allow one single lookup to grab the macro definition and
the trace status)
okay millert@
|
|
speeds up recent autoconf somewhat, since it traces a large set
of individual macro.
(more rework of m4 internal interfaces to unify lookup tables in order)
okay fries@
|
|
|
|
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
scripts where that level != 1, hard to test otherwise...)
Put a space after comma.
Both these make trace output much closer to gnu-m4 output for debugging
purposes.
|
|
|
|
autoconf right now.
|