From: Michael Beck Date: Tue, 6 Jun 2006 13:37:15 +0000 (+0000) Subject: add missing del_waitq() X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=017f0dbc104630e5f44a9b6763a187ae82e54a90;p=libfirm add missing del_waitq() [r7879] --- diff --git a/ir/adt/pdeq.h b/ir/adt/pdeq.h index d15c4584a..3f422fe0e 100644 --- a/ir/adt/pdeq.h +++ b/ir/adt/pdeq.h @@ -182,6 +182,13 @@ typedef pdeq waitq; */ #define new_waitq() new_pdeq() +/** + * Delete a wait queue (fifo) + * + * @param wq The wait queue. + */ +#define del_waitq(wq) del_pdeq(wq) + /** * Retrieve a pointer from the wait queue (fifo). *