Commit 23d6f07
committed
Replace short functions with long functions
checkint -> checkinteger
optint -> optinteger
Older lua versions had redundant functions, but one with a shorter
name than the other. Newer Lua versions only retain the long version.
one is an alias of the other, but one was removed in 5.3+, so it's
better to use the common function across all versions.1 parent 42f7a28 commit 23d6f07
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
839 | | - | |
| 839 | + | |
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
847 | | - | |
| 846 | + | |
| 847 | + | |
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| |||
0 commit comments