aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-24 16:49:23 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-24 16:49:23 -0300
commit54633d7c7d720760bcf28c37438c9057c1e994d9 (patch)
tree022a6ed728916d0ec729337ae1beda2af090eb74 /lobject.h
parent13578517c7a4434fe0ea3ec25febd88a09a73b90 (diff)
downloadlua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.gz
lua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.bz2
lua-54633d7c7d720760bcf28c37438c9057c1e994d9.zip
new name for llimits.h
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 2b3fb2e4..0edd99f6 100644
--- a/lobject.h
+++ b/lobject.h
@@ -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