Commit 26bd0e1
committed
Fix compilation of lstrlib.c for Lua 5.1.
The removal of lualib.h from compat-5.3.h causes an unwanted replacement
of luaopen_string to luaopen_string_XXX. Include lualib.h in lprefix.h
before the corresponding macro definition to counter that.1 parent c87038c commit 26bd0e1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments