aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lopcodes.c b/lopcodes.c
index ad903c10..d84f402e 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,10 +1,11 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.25 2003/05/14 21:09:53 roberto Exp roberto $
3** See Copyright Notice in lua.h 3** See Copyright Notice in lua.h
4*/ 4*/
5 5
6 6
7#define lopcodes_c 7#define lopcodes_c
8#define LUA_CORE
8 9
9#include "lua.h" 10#include "lua.h"
10 11