diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) */ |
27 | typedef unsigned char lu_byte; | 27 | typedef unsigned char lu_byte; |
28 | 28 | ||
29 | 29 | ||