From ae89662ab947c597e684242ee116eb60525953d7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 29 Nov 2004 14:31:09 +0000 Subject: [PATCH] added iterator.[ch] [r4500] --- ir/adt/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index 070a8c7c1..56f92187c 100644 --- a/ir/adt/Makefile.in +++ b/ir/adt/Makefile.in @@ -19,7 +19,7 @@ disable_libiberty := @disable_libiberty@ SOURCES = Makefile.in \ array.c array.h cookies.h host.h obst.h pdeq.c pdeq.h pset.h \ - set.c set.h pmap.h pmap.c eset.h eset.c xmalloc.h + set.c set.h pmap.h pmap.c eset.h eset.c iterator.c iterator.h xmalloc.h ifeq ($(disable_libiberty),no) SOURCES += xmalloc.c -- 2.20.1