Fixed errors from previous commit.
Also in previous commit also fixed warning with unsigned vs signed comparison
This commit is contained in:
parent
8512bad8c2
commit
c1ca144ed2
2 changed files with 2 additions and 2 deletions
|
|
@ -2023,7 +2023,7 @@ public:
|
|||
Printv(output, set_tab, NIL);
|
||||
}
|
||||
|
||||
// Euristic whether we need to print metatable or not.
|
||||
// Heuristic whether we need to print metatable or not.
|
||||
// For the sake of compiling with -Wall -Werror we don't print
|
||||
// metatable for static part.
|
||||
int need_metatable = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue