mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
unused macro
This commit is contained in:
parent
2c8206d448
commit
e1dda047b2
1 changed files with 1 additions and 2 deletions
3
lcode.h
3
lcode.h
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lcode.h,v 1.46 2005/10/03 14:02:40 roberto Exp roberto $
|
** $Id: lcode.h,v 1.47 2005/11/08 19:44:31 roberto Exp roberto $
|
||||||
** Code generator for Lua
|
** Code generator for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
@ -32,7 +32,6 @@ typedef enum BinOpr {
|
||||||
OPR_NOBINOPR
|
OPR_NOBINOPR
|
||||||
} BinOpr;
|
} BinOpr;
|
||||||
|
|
||||||
#define binopistest(op) ((op) >= OPR_NE)
|
|
||||||
|
|
||||||
typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr;
|
typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue