simplified 'tes' mechanism

This commit is contained in:
ceriel
1991-01-31 15:17:04 +00:00
parent 2a852dcff1
commit ae5dded36f
7 changed files with 17 additions and 63 deletions

View File

@@ -3,18 +3,6 @@
*/
/* $Header$ */
typedef struct label_list *lblst_p;
struct label_list {
lblst_p ll_next; /* pointer to next label in the list */
num_p ll_num; /* pointer to label definition */
short ll_size; /* size of the element on top at this label */
char ll_fallthrough; /* is the label reached by fallthrough ? */
};
typedef struct label_list lblst_t;
extern lblst_p est_list;
extern int state;
#define KNOWN 1
#define NOTREACHED 2