aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index 9ba7ecb0..b972472f 100644
--- a/lgc.h
+++ b/lgc.h
@@ -127,7 +127,7 @@
127 127
128/* 128/*
129** some gc parameters are stored divided by 4 to allow a maximum value 129** some gc parameters are stored divided by 4 to allow a maximum value
130** larger than 1000 in a 'lu_byte'. 130** up to 1023 in a 'lu_byte'.
131*/ 131*/
132#define getgcparam(p) ((p) * 4) 132#define getgcparam(p) ((p) * 4)
133#define setgcparam(p,v) ((p) = (v) / 4) 133#define setgcparam(p,v) ((p) = (v) / 4)