diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-24 16:49:23 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-24 16:49:23 -0300 |
commit | 54633d7c7d720760bcf28c37438c9057c1e994d9 (patch) | |
tree | 022a6ed728916d0ec729337ae1beda2af090eb74 /lobject.h | |
parent | 13578517c7a4434fe0ea3ec25febd88a09a73b90 (diff) | |
download | lua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.gz lua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.bz2 lua-54633d7c7d720760bcf28c37438c9057c1e994d9.zip |
new name for llimits.h
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 1.53 2000/03/20 19:14:54 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.54 2000/03/24 17:26:08 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -8,7 +8,7 @@ | |||
8 | #define lobject_h | 8 | #define lobject_h |
9 | 9 | ||
10 | 10 | ||
11 | #include "llims.h" | 11 | #include "llimits.h" |
12 | #include "lua.h" | 12 | #include "lua.h" |
13 | 13 | ||
14 | 14 | ||