* quick build fix

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
This commit is contained in:
Frank Ch. Eigler 2004-06-25 17:17:51 +00:00 committed by Frank Ch. Eigler
parent 4185ae5397
commit 2f016d5c37
4 changed files with 11 additions and 1 deletions

View 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.

4
libmudflap/ansidecl.h Normal file
View file

@ -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__))

View 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

1
libmudflap/libiberty.h Normal file
View file

@ -0,0 +1 @@
/* Placeholder for splay-tree use only. */