[llvm-commits] CVS: gcc-3.4/gcc/c-pragma.c

John Criswell criswell at cs.uiuc.edu
Tue Jan 13 17:14:03 PST 2004


Changes in directory gcc-3.4/gcc:

c-pragma.c updated: 1.2 -> 1.3

---
Log message:

Include llvm-out.h so that we define EMIT_LLVM.



---
Diffs of the changes:  (+2 -0)

Index: gcc-3.4/gcc/c-pragma.c
diff -u gcc-3.4/gcc/c-pragma.c:1.2 gcc-3.4/gcc/c-pragma.c:1.3
--- gcc-3.4/gcc/c-pragma.c:1.2	Fri Jan  9 16:30:48 2004
+++ gcc-3.4/gcc/c-pragma.c	Tue Jan 13 17:13:08 2004
@@ -35,6 +35,8 @@
 #include "output.h"
 #include "tm_p.h"
 
+#include "llvm-out.h"
+
 #define GCC_BAD(msgid) do { warning (msgid); return; } while (0)
 #define GCC_BAD2(msgid, arg) do { warning (msgid, arg); return; } while (0)
 





More information about the llvm-commits mailing list