diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-01-18 12:41:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-01-18 12:41:46 +0000 |
commit | 8aea93eedb903608f59d51c0424949c5277646b3 (patch) | |
tree | 17e872c6ec7d36ab199490289393c120950f3140 /games/qccx/files/patch-pr_comp.cpp | |
parent | Mark FORBIDDEN due to remote command execution vulnerability. (diff) |
Add qccx 1.0.0, a very fast optimizing QuakeC compiler.
Notes
Notes:
svn path=/head/; revision=126709
Diffstat (limited to 'games/qccx/files/patch-pr_comp.cpp')
-rw-r--r-- | games/qccx/files/patch-pr_comp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/qccx/files/patch-pr_comp.cpp b/games/qccx/files/patch-pr_comp.cpp new file mode 100644 index 000000000000..f61fd288fcec --- /dev/null +++ b/games/qccx/files/patch-pr_comp.cpp @@ -0,0 +1,11 @@ +--- pr_comp.cpp.orig Tue Jan 18 17:58:23 2005 ++++ pr_comp.cpp Tue Jan 18 17:02:25 2005 +@@ -812,7 +812,7 @@ + PR_Statement(&pr_opcodes[OP_IFNOT], e, 0); + patch1 = &statements[numstatements-1]; + PR_ParseStatement(); +- for (i = 0 ; i < numtemp ; i++) ++ for (int i = 0 ; i < numtemp ; i++) + { + statement_linenums[numstatements] = linenum[i]; + statements[numstatements++] = temp[i]; |