diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,18 +1,20 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.225 2014/10/24 11:42:06 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.226 2014/10/25 11:50:46 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lvm_c | ||
8 | #define LUA_CORE | ||
9 | |||
10 | #include "lprefix.h" | ||
11 | |||
7 | 12 | ||
8 | #include <limits.h> | 13 | #include <limits.h> |
9 | #include <stdio.h> | 14 | #include <stdio.h> |
10 | #include <stdlib.h> | 15 | #include <stdlib.h> |
11 | #include <string.h> | 16 | #include <string.h> |
12 | 17 | ||
13 | #define lvm_c | ||
14 | #define LUA_CORE | ||
15 | |||
16 | #include "lua.h" | 18 | #include "lua.h" |
17 | 19 | ||
18 | #include "ldebug.h" | 20 | #include "ldebug.h" |