| 3168 | } |
| 3169 | |
| 3170 | static void argument_compiler_free( struct argument_compiler * c ) |
| 3171 | { |
| 3172 | dynamic_array_free( c->args ); |
| 3173 | } |
| 3174 | |
| 3175 | static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg, |
| 3176 | OBJECT * file, int line ) |
no test coverage detected