| 48 | */ |
| 49 | typedef struct BlockCnt { |
| 50 | struct BlockCnt *previous; /* chain */ |
| 51 | int firstlabel; /* index of first label in this block */ |
| 52 | int firstgoto; /* index of first pending goto in this block */ |
| 53 | short nactvar; /* number of active declarations at block entry */ |
nothing calls this directly
no outgoing calls
no test coverage detected