aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-09-11 11:07:24 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-09-11 11:07:24 -0300
commita7c9e45c64a4bff9bdaf0d1177509bdd00fc53f7 (patch)
treef452f26770539293979a3dbd752ee0b38b849123 /llimits.h
parentcedd2092ebe402e0c6d600969ec926496a8a9d22 (diff)
downloadlua-a7c9e45c64a4bff9bdaf0d1177509bdd00fc53f7.tar.gz
lua-a7c9e45c64a4bff9bdaf0d1177509bdd00fc53f7.tar.bz2
lua-a7c9e45c64a4bff9bdaf0d1177509bdd00fc53f7.zip
avoid trailing white spaces
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 e0065649..06e786ab 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.68 2005/12/22 16:19:56 roberto Exp roberto $ 2** $Id: llimits.h,v 1.69 2005/12/27 17:12:00 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*/
@@ -107,7 +107,7 @@ typedef lu_int32 Instruction;
107 107
108 108
109#ifndef lua_lock 109#ifndef lua_lock
110#define lua_lock(L) ((void) 0) 110#define lua_lock(L) ((void) 0)
111#define lua_unlock(L) ((void) 0) 111#define lua_unlock(L) ((void) 0)
112#endif 112#endif
113 113
@@ -118,7 +118,7 @@ typedef lu_int32 Instruction;
118 118
119/* 119/*
120** macro to control inclusion of some hard tests on stack reallocation 120** macro to control inclusion of some hard tests on stack reallocation
121*/ 121*/
122#ifndef HARDSTACKTESTS 122#ifndef HARDSTACKTESTS
123#define condhardstacktests(x) ((void)0) 123#define condhardstacktests(x) ((void)0)
124#else 124#else