aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 8dd3bee3..16950461 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,11 +1,13 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.20 2002/06/12 14:51:31 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.21 2002/08/20 20:03:05 roberto Exp roberto $
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
6*/ 6*/
7 7
8 8
9#define lopcodes_c
10
9#include "lua.h" 11#include "lua.h"
10 12
11#include "lobject.h" 13#include "lobject.h"