diff options
Diffstat (limited to 'lctype.h')
-rw-r--r-- | lctype.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lctype.h,v 1.11 2011/06/27 18:22:46 roberto Exp roberto $ | 2 | ** $Id: lctype.h,v 1.12 2011/07/15 12:50:29 roberto Exp roberto $ |
3 | ** 'ctype' functions for Lua | 3 | ** 'ctype' functions for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -68,7 +68,7 @@ | |||
68 | 68 | ||
69 | 69 | ||
70 | /* two more entries for 0 and -1 (EOZ) */ | 70 | /* two more entries for 0 and -1 (EOZ) */ |
71 | LUAI_DDEC const lu_byte luai_ctype_[UCHAR_MAX + 2]; | 71 | LUAI_DDEC(const lu_byte luai_ctype_[UCHAR_MAX + 2];) |
72 | 72 | ||
73 | 73 | ||
74 | #else /* }{ */ | 74 | #else /* }{ */ |