]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_exec.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / pr_exec.c
index a63f04df2147c6cd3200c6526beb2c7a2b7d3ea3..e44d9545184eb796e886e4515da2c581ffa96db6 100644 (file)
--- a/pr_exec.c
+++ b/pr_exec.c
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 
 
-typedef struct
+typedef struct prstack_s
 {
        int                             s;
        mfunction_t             *f;