diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-20 12:53:42 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-20 12:53:42 -0300 |
| commit | f21e9c172f9f15d8d7501e35635e78dc11f5ff58 (patch) | |
| tree | cb50795d8bceff944dd8f7d75626069491d5e8d0 /lcode.h | |
| parent | 67578ec51f1a3ec2c967f15d370067caf9e0b87b (diff) | |
| download | lua-f21e9c172f9f15d8d7501e35635e78dc11f5ff58.tar.gz lua-f21e9c172f9f15d8d7501e35635e78dc11f5ff58.tar.bz2 lua-f21e9c172f9f15d8d7501e35635e78dc11f5ff58.zip | |
details
Diffstat (limited to 'lcode.h')
| -rw-r--r-- | lcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.h,v 1.42 2005/03/16 16:59:21 roberto Exp roberto $ | 2 | ** $Id: lcode.h,v 1.43 2005/04/25 19:24:10 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -34,7 +34,7 @@ typedef enum BinOpr { | |||
| 34 | 34 | ||
| 35 | #define binopistest(op) ((op) >= OPR_NE) | 35 | #define binopistest(op) ((op) >= OPR_NE) |
| 36 | 36 | ||
| 37 | typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_SIZE, OPR_NOUNOPR } UnOpr; | 37 | typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr; |
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | #define getcode(fs,e) ((fs)->f->code[(e)->info]) | 40 | #define getcode(fs,e) ((fs)->f->code[(e)->info]) |
