diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:41:12 +0800 |
|---|---|---|
| committer | Donald Lee <dlqs@gmx.com> | 2021-07-24 03:41:40 +0800 |
| commit | 36cf58c78594aed9fc79ab408d4a00e79e1ba483 (patch) | |
| tree | ad09f9e5f94f8d352938120c27f99631f41045fb /lib/frrscript.h | |
| parent | 4093300ee891bd7559b93e2b7c94fb6fc68b5ddc (diff) | |
lib: Rename decode_int
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrscript.h')
| -rw-r--r-- | lib/frrscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h index 905ffe1623..fba124909a 100644 --- a/lib/frrscript.h +++ b/lib/frrscript.h @@ -176,7 +176,7 @@ const struct prefix * : lua_pushprefix \ #define DECODE_ARGS_WITH_STATE(L, value) \ _Generic((value), \ -int : lua_decode_int_noop, \ +int : lua_decode_integer_noop, \ long long * : lua_decode_integerp, \ struct prefix * : lua_decode_prefix, \ struct interface * : lua_decode_interface, \ |
