diff gen/complex.h @ 164:a64becf2a702 trunk

[svn r180] Fixed complex negation, and tango.math.Math now compiles.
author lindquist
date Mon, 05 May 2008 20:28:59 +0200
parents 3efbcc81ba45
children 7816aafeea3c
line wrap: on
line diff
--- a/gen/complex.h	Mon May 05 07:36:29 2008 +0200
+++ b/gen/complex.h	Mon May 05 20:28:59 2008 +0200
@@ -23,6 +23,7 @@
 DValue* DtoComplexSub(Type* type, DValue* lhs, DValue* rhs);
 DValue* DtoComplexMul(Type* type, DValue* lhs, DValue* rhs);
 DValue* DtoComplexDiv(Type* type, DValue* lhs, DValue* rhs);
+DValue* DtoComplexNeg(Type* type, DValue* val);
 
 llvm::Value* DtoComplexEquals(TOK op, DValue* lhs, DValue* rhs);