moved misc.h to adt, splitted into misc and xmalloc,
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 20 Aug 2003 09:56:28 +0000 (09:56 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 20 Aug 2003 09:56:28 +0000 (09:56 +0000)
commitfbcb96cc20a7b5d06136e4c70870e86173e658eb
treee08bdb36dae4581c48582b8a30b013ae149da446
parentbe2183c3a0fedd2907948fb065a38b69b403b4e7
moved misc.h to adt, splitted into misc and xmalloc,
updated dependencies, removed unused stuff and stdbool header

[r1727]
19 files changed:
ir/adt/Makefile.in
ir/adt/array.c
ir/adt/array.h
ir/adt/debug.c
ir/adt/misc.h [new file with mode: 0644]
ir/adt/obst.h
ir/adt/pdeq.c
ir/adt/pdeq.h
ir/adt/set.c
ir/adt/xmalloc.c
ir/adt/xmalloc.h [new file with mode: 0644]
ir/common/Makefile.in
ir/ir/ircgcons.c
ir/ir/irgopt.c
ir/ir/irmode.c
ir/ir/irop.c
ir/st/st.c
ir/tr/mangle.c
ir/tr/tpop.c