* quick build fix
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2004 17:17:51 +0000 (17:17 +0000)
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2004 17:17:51 +0000 (17:17 +0000)
2004-06-25  Frank Ch. Eigler  <fche@redhat.com>

* ansidecl.h, libiberty.h: New dummy files for building splay-tree.
* config.h.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83661 138bc75d-0d04-0410-961f-82ee72b054a4

libmudflap/ChangeLog
libmudflap/ansidecl.h [new file with mode: 0644]
libmudflap/config.h.in
libmudflap/libiberty.h [new file with mode: 0644]

index 4f3beed..969d089 100644 (file)
@@ -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 (file)
index 0000000..26e83d0
--- /dev/null
@@ -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__))
index bdcd239..0bbec36 100644 (file)
@@ -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 (file)
index 0000000..2b75257
--- /dev/null
@@ -0,0 +1 @@
+/* Placeholder for splay-tree use only.  */