diff options
author | kyren <kerriganw@gmail.com> | 2018-07-18 05:29:27 -0400 |
---|---|---|
committer | kyren <kerriganw@gmail.com> | 2018-07-18 05:29:27 -0400 |
commit | 73306d2286457ff50cc81727522ad82cb6b6c32a (patch) | |
tree | 4e4a6f072b00b2e9dbc5a282a25f476c57ed23d0 /lua/lopcodes.h | |
parent | 2d4f4b95c8f1504ae7751d56ed62db49a8170fda (diff) | |
download | mlua-73306d2286457ff50cc81727522ad82cb6b6c32a.zip |
Upgrade embedded Lua to 5.3.5
Diffstat (limited to 'lua/lopcodes.h')
-rw-r--r-- | lua/lopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lopcodes.h b/lua/lopcodes.h index bbc4b61..6feaa1c 100644 --- a/lua/lopcodes.h +++ b/lua/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.149 2016/07/19 17:12:21 roberto Exp $ +** $Id: lopcodes.h,v 1.149.1.1 2017/04/19 17:20:42 roberto Exp $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ |