diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -72,7 +72,11 @@ your project: | |||
| 72 | compatibility functions in your code. You have to compile and link | 72 | compatibility functions in your code. You have to compile and link |
| 73 | `compat-5.3.c` to your project yourself. You can change the way the | 73 | `compat-5.3.c` to your project yourself. You can change the way the |
| 74 | functions are exported using the `COMPAT53_API` macro (e.g. if you need | 74 | functions are exported using the `COMPAT53_API` macro (e.g. if you need |
| 75 | some `__declspec` magic). | 75 | some `__declspec` magic). While it is technically possible to use |
| 76 | the "lua" prefix (and it looks better in the debugger), this is | ||
| 77 | discouraged because LuaJIT has started to implement its own Lua 5.2+ | ||
| 78 | C API functions, and with the "lua" prefix you'd violate the | ||
| 79 | one-definition rule with recent LuaJIT versions. | ||
| 76 | 80 | ||
| 77 | ## What's implemented | 81 | ## What's implemented |
| 78 | 82 | ||
