aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-14 10:34:18 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-14 10:34:18 -0300
commitedfa9e007d9e9d2112b5dd3abac1df27658bf734 (patch)
tree4da4686444591ccd87aaf410aae90a514d08777b /lopcodes.c
parent31829ad1770223833bcbdab634e25cdfd911633d (diff)
downloadlua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.gz
lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.tar.bz2
lua-edfa9e007d9e9d2112b5dd3abac1df27658bf734.zip
details (header comments)
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 d289ae7d..91221368 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,6 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.47 2011/04/12 17:27:35 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.48 2011/04/19 16:22:13 roberto Exp roberto $
3** Opcodes for Lua virtual machine
3** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
4*/ 5*/
5 6