aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index 525b3647..e4948791 100644
--- a/llimits.h
+++ b/llimits.h
@@ -18,7 +18,7 @@
18/* 18/*
19** 'lu_mem' is an unsigned integer big enough to count the total memory 19** 'lu_mem' is an unsigned integer big enough to count the total memory
20** used by Lua (in bytes). 'l_obj' is a signed integer big enough to 20** used by Lua (in bytes). 'l_obj' is a signed integer big enough to
21** count the total number of objects used by Lua. (It is negative due 21** count the total number of objects used by Lua. (It is signed due
22** to the use of debt in several computations.) Usually, 'size_t' and 22** to the use of debt in several computations.) Usually, 'size_t' and
23** 'ptrdiff_t' should work, but we use 'long' for 16-bit machines. 23** 'ptrdiff_t' should work, but we use 'long' for 16-bit machines.
24*/ 24*/