Using 'inline' in some functions

According to ISO C, "making a function an inline function suggests that
calls to the function be as fast as possible." (Not available in C89.)
This commit is contained in:
Roberto Ierusalimschy
2021-09-15 11:18:41 -03:00
parent 9db4bfed6b
commit 2ff3471722
5 changed files with 32 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ CWARNSCPP= \
-Wredundant-decls \
-Wdisabled-optimization \
-Wdouble-promotion \
-Wmissing-declarations \
# the next warnings might be useful sometimes,
# but usually they generate too much noise
# -Werror \