summaryrefslogtreecommitdiff
path: root/llimits.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 /llimits.h
parent13578517c7a4434fe0ea3ec25febd88a09a73b90 (diff)
downloadlua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.gz
lua-54633d7c7d720760bcf28c37438c9057c1e994d9.tar.bz2
lua-54633d7c7d720760bcf28c37438c9057c1e994d9.zip
new name for llimits.h
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 e7984d17..eed5c9f5 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,11 +1,11 @@
1/* 1/*
2** $Id: $ 2** $Id: llimits.h,v 1.1 2000/03/24 17:26:08 roberto Exp roberto $
3** Limits, basic types, and some other "instalation-dependent" definitions 3** Limits, basic types, and some other "instalation-dependent" definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#ifndef llims_h 7#ifndef llimits_h
8#define llims_h 8#define llimits_h
9 9
10 10
11#include <limits.h> 11#include <limits.h>