aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmudflap/ChangeLog5
-rw-r--r--libmudflap/ansidecl.h4
-rw-r--r--libmudflap/config.h.in2
-rw-r--r--libmudflap/libiberty.h1
4 files changed, 11 insertions, 1 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index 4f3beed..969d089 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/libmudflap/ansidecl.h b/libmudflap/ansidecl.h
new file mode 100644
index 0000000..26e83d0
--- /dev/null
+++ b/libmudflap/ansidecl.h
@@ -0,0 +1,4 @@
+/* A minimal ansidecl.h file for use by splay-tree only. */
+#define PARAMS(X) X
+#define PTR void *
+#define ATTRIBUTE_UNUSED __attribute__((__unused__))
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in
index bdcd239..0bbec36 100644
--- a/libmudflap/config.h.in
+++ b/libmudflap/config.h.in
@@ -1,4 +1,4 @@
-/* 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
diff --git a/libmudflap/libiberty.h b/libmudflap/libiberty.h
new file mode 100644
index 0000000..2b75257
--- /dev/null
+++ b/libmudflap/libiberty.h
@@ -0,0 +1 @@
+/* Placeholder for splay-tree use only. */