| 3574 | } |
| 3575 | |
| 3576 | static void argument_list_compiler_free( struct argument_list_compiler * c ) |
| 3577 | { |
| 3578 | dynamic_array_free( c->args ); |
| 3579 | } |
| 3580 | |
| 3581 | static void argument_list_compiler_add( struct argument_list_compiler * c, |
| 3582 | PARSE * parse ) |
no test coverage detected