Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b79fcdb..10f2ab3 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Build
Known Issues
------------
- Comparing a ctype pointer to nil doesn't work the same as luajit. This is
- unfixable with the current metamethod semantics. Instead use ffi.C.NULL
+ unfixable with the current metamethod semantics. Instead use ffi.NULL
- Constant expressions can't handle non integer intermediate values (eg
offsetof won't work because it manipulates pointers)
- Not all metamethods work with lua 5.1 (eg char* + number). This is due to