| 3267 | } |
| 3268 | |
| 3269 | static void argument_compiler_free( struct argument_compiler * c ) |
| 3270 | { |
| 3271 | dynamic_array_free( c->args ); |
| 3272 | } |
| 3273 | |
| 3274 | static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg, |
| 3275 | OBJECT * file, int line ) |
no test coverage detected