mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 08:13:58 +08:00
2f016d5c37
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
5 lines
154 B
C
5 lines
154 B
C
/* A minimal ansidecl.h file for use by splay-tree only. */
|
|
#define PARAMS(X) X
|
|
#define PTR void *
|
|
#define ATTRIBUTE_UNUSED __attribute__((__unused__))
|