mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Type renamed to lua_Type
This commit is contained in:
parent
63d300167e
commit
de4e2305c5
1 changed files with 2 additions and 2 deletions
4
opcode.h
4
opcode.h
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
** TeCGraf - PUC-Rio
|
||||
** $Id: opcode.h,v 3.2 1994/11/04 10:47:49 roberto Exp $
|
||||
** $Id: opcode.h,v 3.3 1994/11/06 15:35:04 roberto Exp $
|
||||
*/
|
||||
|
||||
#ifndef opcode_h
|
||||
|
|
@ -117,7 +117,7 @@ typedef union
|
|||
|
||||
typedef struct Object
|
||||
{
|
||||
Type tag;
|
||||
lua_Type tag;
|
||||
Value value;
|
||||
} Object;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue