| 3301 | } |
| 3302 | |
| 3303 | static void argument_list_compiler_free( struct argument_list_compiler * c ) |
| 3304 | { |
| 3305 | dynamic_array_free( c->args ); |
| 3306 | } |
| 3307 | |
| 3308 | static void argument_list_compiler_add( struct argument_list_compiler * c, |
| 3309 | PARSE * parse ) |
no test coverage detected