]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
cmd_options -> opts_cmd_t to make testsuite and executor compile again
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 18 Dec 2012 10:46:15 +0000 (11:46 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 18 Dec 2012 10:46:15 +0000 (11:46 +0100)
exec.c
test.c

diff --git a/exec.c b/exec.c
index 3955371d5c5fa5f44a5129c87036bb159f7d0600..2ddaa3af1793d5365c433e7220a5f0fcb5a406c3 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -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",
diff --git a/test.c b/test.c
index 9694161b81567c7509c393b4426bdb742f414c7d..a3956e99c9c8d18183b8add937ec5c85f52259f7 100644 (file)
--- a/test.c
+++ b/test.c
@@ -25,7 +25,7 @@
 #include <sys/stat.h>
 #include <dirent.h>
 
-cmd_options opts;
+opts_cmd_t opts;
 
 char *task_bins[] = {
     "./gmqcc",