cmd_options -> opts_cmd_t to make testsuite and executor compile again

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-12-18 11:46:15 +01:00
parent 2587aed697
commit a5e0542f95
2 changed files with 2 additions and 2 deletions

2
exec.c
View file

@ -617,7 +617,7 @@ cleanup:
#if defined(QCVM_EXECUTOR)
#include <math.h>
cmd_options opts;
opts_cmd_t opts;
const char *type_name[TYPE_COUNT] = {
"void",

2
test.c
View file

@ -25,7 +25,7 @@
#include <sys/stat.h>
#include <dirent.h>
cmd_options opts;
opts_cmd_t opts;
char *task_bins[] = {
"./gmqcc",