mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
docs: update parens
Signed-off-by: Donald Lee <dlqs@gmx.com>
This commit is contained in:
parent
b5e790ee4d
commit
c5f9744c33
@ -457,7 +457,7 @@ add the mapping in the following macros in ``frrscript.h``:
|
||||
- struct peer * : lua_pushpeer \
|
||||
+ struct peer * : lua_pushpeer, \
|
||||
+ struct prefix * : lua_pushprefix \
|
||||
)(L, value)
|
||||
)((L), (value))
|
||||
|
||||
#define DECODE_ARGS_WITH_STATE(L, value) \
|
||||
_Generic((value), \
|
||||
@ -465,7 +465,7 @@ add the mapping in the following macros in ``frrscript.h``:
|
||||
- struct peer * : lua_decode_peer \
|
||||
+ struct peer * : lua_decode_peer, \
|
||||
+ struct prefix * : lua_decode_prefix \
|
||||
)(L, -1, value)
|
||||
)((L), -1, (value))
|
||||
|
||||
|
||||
At compile time, the compiler will search for encoders/decoders for the type of
|
||||
|
Loading…
Reference in New Issue
Block a user