aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.h')
-rw-r--r--ldo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldo.h b/ldo.h
index 36b48e71..aa568869 100644
--- a/ldo.h
+++ b/ldo.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.h,v 1.53 2002/11/21 16:46:16 roberto Exp roberto $ 2** $Id: ldo.h,v 1.54 2002/11/21 17:19:11 roberto Exp roberto $
3** Stack and Call structure of Lua 3** Stack and Call structure of Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,7 +16,7 @@
16/* 16/*
17** macro to control inclusion of some hard tests on stack reallocation 17** macro to control inclusion of some hard tests on stack reallocation
18*/ 18*/
19#ifndef CONDHARDSTACKTESTS 19#ifndef HARDSTACKTESTS
20#define condhardstacktests(x) { /* empty */ } 20#define condhardstacktests(x) { /* empty */ }
21#else 21#else
22#define condhardstacktests(x) x 22#define condhardstacktests(x) x