aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index 223b5e6c..c4719a15 100644
--- a/llimits.h
+++ b/llimits.h
@@ -20,8 +20,8 @@
20/* 20/*
21** 'l_mem' is a signed integer big enough to count the total memory 21** 'l_mem' is a signed integer big enough to count the total memory
22** used by Lua. (It is signed due to the use of debt in several 22** used by Lua. (It is signed due to the use of debt in several
23** computations.) Usually, 'ptrdiff_t' should work, but we use 'long' 23** computations.) 'lu_mem' is a corresponding unsigned type. Usually,
24** for 16-bit machines. 24** 'ptrdiff_t' should work, but we use 'long' for 16-bit machines.
25*/ 25*/
26#if defined(LUAI_MEM) /* { external definitions? */ 26#if defined(LUAI_MEM) /* { external definitions? */
27typedef LUAI_MEM l_mem; 27typedef LUAI_MEM l_mem;