From a5e0542f95d8ab316a6faf47b7d3fc07653ac75b Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Tue, 18 Dec 2012 11:46:15 +0100 Subject: [PATCH] cmd_options -> opts_cmd_t to make testsuite and executor compile again --- exec.c | 2 +- test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exec.c b/exec.c index 3955371..2ddaa3a 100644 --- a/exec.c +++ b/exec.c @@ -617,7 +617,7 @@ cleanup: #if defined(QCVM_EXECUTOR) #include -cmd_options opts; +opts_cmd_t opts; const char *type_name[TYPE_COUNT] = { "void", diff --git a/test.c b/test.c index 9694161..a3956e9 100644 --- a/test.c +++ b/test.c @@ -25,7 +25,7 @@ #include #include -cmd_options opts; +opts_cmd_t opts; char *task_bins[] = { "./gmqcc", -- 2.39.2