enum razor_property_type *type)
{
char *pool;
- unsigned long flags, index;
int valid;
struct razor_property *p, *properties;
{
struct razor_package *package;
struct razor_property *property;
- const char *name, *version, *ref_name, *ref_version;
+ const char *name, *version;
enum razor_property_type type;
if (ctx->package_iterator != NULL) {
start_test_element(void *data, const char *element, const char **atts)
{
struct test_context *ctx = data;
- struct razor_set *set;
const char *name;
if (strcmp(element, "import") == 0) {
int main(int argc, char *argv[])
{
struct test_context ctx;
- struct test_set *set;
if (argc != 2) {
fprintf(stderr, "usage: %s TESTS-FILE\n", argv[0]);