[llvm-commits] CVS: llvm/test/Programs/SingleSource/mandel.c
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 19 16:32:00 PDT 2003
Changes in directory llvm/test/Programs/SingleSource:
mandel.c updated: 1.5 -> 1.6
---
Log message:
We need this #include to get the right prototype for cabs
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/mandel.c
diff -u llvm/test/Programs/SingleSource/mandel.c:1.5 llvm/test/Programs/SingleSource/mandel.c:1.6
--- llvm/test/Programs/SingleSource/mandel.c:1.5 Fri May 30 14:58:09 2003
+++ llvm/test/Programs/SingleSource/mandel.c Tue Aug 19 16:31:29 2003
@@ -14,6 +14,8 @@
#define I 1.0iF
+#include <tgmath.h>
+
void emit(double __complex__ X) {
printf("%f\n", (double)X);
}
More information about the llvm-commits
mailing list