mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
cmd_options -> opts_cmd_t to make testsuite and executor compile again
This commit is contained in:
parent
2587aed697
commit
a5e0542f95
2 changed files with 2 additions and 2 deletions
2
exec.c
2
exec.c
|
@ -617,7 +617,7 @@ cleanup:
|
||||||
#if defined(QCVM_EXECUTOR)
|
#if defined(QCVM_EXECUTOR)
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
cmd_options opts;
|
opts_cmd_t opts;
|
||||||
|
|
||||||
const char *type_name[TYPE_COUNT] = {
|
const char *type_name[TYPE_COUNT] = {
|
||||||
"void",
|
"void",
|
||||||
|
|
2
test.c
2
test.c
|
@ -25,7 +25,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
cmd_options opts;
|
opts_cmd_t opts;
|
||||||
|
|
||||||
char *task_bins[] = {
|
char *task_bins[] = {
|
||||||
"./gmqcc",
|
"./gmqcc",
|
||||||
|
|
Loading…
Reference in a new issue