types for constants (optional)
[libfirm] / ir / adt / pdeq.c
index d0f919d..691c460 100644 (file)
@@ -6,7 +6,7 @@
  * Modified by:
  * Created:     1999 by getting from fiasco
  * CVS-ID:      $Id$
- * Copyright:   (c) 1995, 1996 Markus Armbruster
+ * Copyright:   (c) 1995, 1996 Christian von Roques
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdbool.h>
 # ifdef HAVE_STRING_H
 #  include <string.h>
 # endif
-#include "tune.h"
+
 #include "cookies.h"
 #include "debug.h"
 #include "pdeq.h"
+#include "xmalloc.h"
+
 
+/** Size of pdeq block cache */
+#define TUNE_NSAVED_PDEQS 16
 
 #ifndef INLINE
 #ifdef USE_GCC_INLINE