diff options
author | Arvind Sankar <[email protected]> | 2020-06-11 16:38:25 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-06-18 12:21:32 -0700 |
commit | 0ce2de637bf73e2c7e483e644aa09797439734ef (patch) | |
tree | c4d45fff310b523f8fe44d8a7887348aafc5d27a /module/lua/llimits.h | |
parent | 60356b1a211a0fcfe7dbd2e1dd280d6fc0170cf0 (diff) |
Add prototypes
Add prototypes/move prototypes to header files.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Arvind Sankar <[email protected]>
Closes #10470
Diffstat (limited to 'module/lua/llimits.h')
-rw-r--r-- | module/lua/llimits.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/llimits.h b/module/lua/llimits.h index 2126a1464..b989160f4 100644 --- a/module/lua/llimits.h +++ b/module/lua/llimits.h @@ -281,8 +281,6 @@ union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; #if defined(ltable_c) && !defined(luai_hashnum) -extern int lcompat_hashnum(int64_t); - #define luai_hashnum(i,n) (i = lcompat_hashnum(n)) #endif |