aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llimits.h b/llimits.h
index 5b34039c..f1aee785 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: llimits.h,v 1.119 2014/07/18 18:18:45 roberto Exp roberto $ 2** $Id: llimits.h,v 1.120 2014/07/18 18:29:12 roberto Exp roberto $
3** Limits, basic types, and some other `installation-dependent' definitions 3** Limits, basic types, and some other 'installation-dependent' definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
@@ -23,7 +23,7 @@ typedef LUAI_MEM l_mem;
23 23
24 24
25 25
26/* chars used as small naturals (so that `char' is reserved for characters) */ 26/* chars used as small naturals (so that 'char' is reserved for characters) */
27typedef unsigned char lu_byte; 27typedef unsigned char lu_byte;
28 28
29 29