2004-06-25 Frank Ch. Eigler <fche@redhat.com>
* ansidecl.h, libiberty.h: New dummy files for building splay-tree.
* config.h.in: Regenerated.
From-SVN: r83661
+2004-06-25 Frank Ch. Eigler <fche@redhat.com>
+
+ * ansidecl.h, libiberty.h: New dummy files for building splay-tree.
+ * config.h.in: Regenerated.
+
2004-06-24 Frank Ch. Eigler <fche@redhat.com>
Adopt splay trees for object database.
--- /dev/null
+/* A minimal ansidecl.h file for use by splay-tree only. */
+#define PARAMS(X) X
+#define PTR void *
+#define ATTRIBUTE_UNUSED __attribute__((__unused__))
-/* config.h.in. Generated from configure.in by autoheader. */
+/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE
--- /dev/null
+/* Placeholder for splay-tree use only. */