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 e2169830..932ac073 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.2 2001/07/03 17:02:02 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.3 2001/08/27 15:14:57 roberto Exp $
3** extracted automatically from lopcodes.h by mkprint.lua 3** extracted automatically from lopcodes.h by mkprint.lua
4** DO NOT EDIT 4** DO NOT EDIT
5** See Copyright Notice in lua.h 5** See Copyright Notice in lua.h
@@ -9,6 +9,7 @@
9#define LUA_PRIVATE 9#define LUA_PRIVATE
10#include "lua.h" 10#include "lua.h"
11 11
12#include "lobject.h"
12#include "lopcodes.h" 13#include "lopcodes.h"
13 14
14 15