[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/Config/config.h.in

John Criswell criswell at cs.uiuc.edu
Tue Jan 9 13:12:52 PST 2007



Changes in directory llvm-poolalloc/include/poolalloc/Config:

config.h.in updated: 1.3.2.1 -> 1.3.2.2
---
Log message:

Merge in some DSA cleanup from mainline.


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

 config.h.in |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm-poolalloc/include/poolalloc/Config/config.h.in
diff -u llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.1 llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.2
--- llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.1	Wed Dec 13 15:58:21 2006
+++ llvm-poolalloc/include/poolalloc/Config/config.h.in	Tue Jan  9 15:12:35 2007
@@ -410,6 +410,7 @@
 /* Define if dlsym() requires a leading underscore in symbol names. */
 #undef NEED_USCORE
 
+#if 0
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 
@@ -424,6 +425,7 @@
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
+#endif
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE






More information about the llvm-commits mailing list