mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
a2527ee53d
When f_line is done, we have to pop the stack frame. The old code just removed nominal number of args/vars. Change it to use stored ventry value modified by number of returned values. This allows to allocate variables on a stack frame during execution of f_lines instead of just at start. But we need to know the number of returned values for a f_line. It is 1 for term, 0 for cmd. Store that to f_line during linearization. |
||
---|---|---|
.. | ||
cf-lex.l | ||
conf.c | ||
conf.h | ||
confbase.Y | ||
Doc | ||
flowspec.Y | ||
gen_commands.m4 | ||
gen_keywords.m4 | ||
gen_parser.m4 | ||
Makefile |