[llvm-commits] CVS: llvm/include/Config/config.h.in
John Criswell
criswell at cs.uiuc.edu
Mon Oct 13 11:23:04 PDT 2003
Changes in directory llvm/include/Config:
config.h.in updated: 1.4 -> 1.5
---
Log message:
Added a macro and code that checks for the %a format string in sprintf().
---
Diffs of the changes: (+3 -0)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.4 llvm/include/Config/config.h.in:1.5
--- llvm/include/Config/config.h.in:1.4 Tue Oct 7 18:39:51 2003
+++ llvm/include/Config/config.h.in Mon Oct 13 11:22:01 2003
@@ -226,3 +226,6 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
+
+/* Define to have the %a format string in printf() */
+#undef HAVE_PRINTF_A
More information about the llvm-commits
mailing list