From: Dale Weiler Date: Wed, 14 Aug 2013 06:12:43 +0000 (+0000) Subject: Update deps X-Git-Tag: v0.3.0~26 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=f82097b6b8431bcb54fe0212c4fa360415aa372e Update deps --- diff --git a/BSDmakefile b/BSDmakefile index 6aea46e..c33c796 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -112,7 +112,7 @@ stat.o: gmqcc.h opts.def test.o: gmqcc.h opts.def main.o: gmqcc.h opts.def lexer.h lexer.o: gmqcc.h opts.def lexer.h -parser.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h intrin.h +parser.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h code.o: gmqcc.h opts.def ast.o: gmqcc.h opts.def ast.h ir.h parser.h lexer.h ir.o: gmqcc.h opts.def ir.h diff --git a/fold.c b/fold.c index e41fd52..bf48ae4 100644 --- a/fold.c +++ b/fold.c @@ -300,7 +300,7 @@ static GMQCC_INLINE ast_expression *fold_op_mul_vec(fold_t *fold, vec3_t vec, as * for creating the elided ast binary expression. * * Consider 'n 0 0' where y, and z need to be tested for 0, and x is - * used as the value in a binary operation generating an INSTR_MUL instruction + * used as the value in a binary operation generating an INSTR_MUL instruction, * to acomplish the indexing of the correct component value we use set[0], set[1], set[2] * as x, y, z, where the values of those operations return 'x', 'y', 'z'. Because * of how ASCII works we can easily deliniate: