commit | 3254182bfa60bac54809bd3b515b89548dbee2e4 | [log] [tgz] |
---|---|---|
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | Thu Oct 15 00:39:58 2009 +0000 |
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | Thu Oct 15 00:39:58 2009 +0000 |
tree | f572ad22fd27a831a87761828b70540c9d7a39c8 | |
parent | fcb27ad54cb1591a6365b24cc2f1e3eea5f914fa [diff] [blame] |
Removed math.h include, as Windows math.h has a compile error. llvm-svn: 84160
diff --git a/clang/test/CodeGen/const-init.c b/clang/test/CodeGen/const-init.c index 29e9c55..e25da9c 100644 --- a/clang/test/CodeGen/const-init.c +++ b/clang/test/CodeGen/const-init.c
@@ -1,6 +1,6 @@ // RUN: clang-cc -triple i386-pc-linux-gnu -verify -emit-llvm -o - %s | FileCheck %s -#include <stdint.h> +typedef __INTPTR_TYPE__ intptr_t; // Brace-enclosed string array initializers char a[] = { "asdf" };