| 41 | */ |
| 42 | typedef struct BlockCnt { |
| 43 | struct BlockCnt *previous; /* chain */ |
| 44 | short firstlabel; /* index of first label in this block */ |
| 45 | short firstgoto; /* index of first pending goto in this block */ |
| 46 | lu_byte nactvar; /* # active locals outside the block */ |
nothing calls this directly
no outgoing calls
no test coverage detected