From: Wolfgang (Blub) Bumiller Date: Tue, 18 Dec 2012 10:46:15 +0000 (+0100) Subject: cmd_options -> opts_cmd_t to make testsuite and executor compile again X-Git-Tag: 0.1.9~70 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a5e0542f95d8ab316a6faf47b7d3fc07653ac75b;p=xonotic%2Fgmqcc.git cmd_options -> opts_cmd_t to make testsuite and executor compile again --- 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",