| # | Line 81 | Line 81 | extern struct node_tag* component_blk( struct node_tag | |
|---|---|---|
| 81 | extern struct node_tag* bend_blk( int index, struct node_tag* stmt_list ); | |
| 82 | extern struct node_tag* torsion_blk( int index, struct node_tag* stmt_list ); | |
| 83 | extern struct node_tag* component_blk( struct node_tag* stmt_list ); | |
| 84 | < | |
| 84 | > | extern int yyerror( char *err_msg ); |
| 85 | int count_tokens(char *line, char *delimiters); | |
| 86 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |