summaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
commit27c6b4d42212eb0da07d9326470220818bb7b75f (patch)
tree8c2617a6a5bb0cfd8bbc75b8aba6e6308a9c8911 /lopcodes.c
parent0bb8eb51517ef63c65fb986d711c3163ad0be38f (diff)
downloadlua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.gz
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.bz2
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.zip
each .c file defines its own name
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"