| # | Line 301 | Line 301 | struct node_tag* cutoffgroup_blk( int index, struct no | |
|---|---|---|
| 301 | struct node_tag* the_node; | |
| 302 | the_node = ( struct node_tag* )malloc( sizeof( node ) ); | |
| 303 | ||
| 304 | < | // The guillotine statement: |
| 304 | > | /* The guillotine statement:*/ |
| 305 | the_node->type = CUTOFFGROUP_HEAD; | |
| 306 | the_node->index = index; | |
| 307 | the_node->next_stmt = NULL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |