| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | ||
| 5 | #include "node_list.h" | |
| 6 | #include "make_nodes.h" | |
| 7 | + | #include "../headers/simError.h" |
| 8 | ||
| 9 | /* | |
| 10 | walks to to the top of a stmt_list. Needed when assigning the | |
| # | Line 325 | Line 326 | struct integer_list_tag* il_node( int the_int ){ | |
| 326 | the_il_node->next = NULL; | |
| 327 | ||
| 328 | the_il_node->the_int = the_int; | |
| 329 | + | |
| 330 | + | return the_il_node; |
| 331 | } | |
| 332 | ||
| 333 | struct integer_list_tag* il_top( struct integer_list_tag* the_list ){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |