You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The library may compile to a dynamic shared library/bundle (.so) that you may re
6
6
7
7
Some operations can store and retrieve a 64-bit integer in and from a void pointer or lua_Number, if the machine and Lua VM support it.
8
8
9
-
WARNING: A number of the operations use low-level C hacks. These may not work, and may not even throw an error if they don't. Lua is not supposed to crash, but when dealing with Lua's internals a crash is possible. THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGE OR INCONVENIENCE CAUSED BY THE USE OF THIS PROGRAM.
9
+
WARNING: A number of the operations use low-level C hacks. These may not work, and may not even throw an error if they don't work. Lua is not supposed to crash, but when dealing with C or Lua's internals a crash is possible. THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGE OR INCONVENIENCE CAUSED BY THE USE OF THIS PROGRAM.
0 commit comments