get_kind() did not assert anymore, instead returns k_BAD.
[libfirm] / ir / adt / pdeq.h
index a01dca3..8bbc098 100644 (file)
@@ -1,8 +1,20 @@
-/* Declarations for pdeq.
-   Copyright (C) 1995, 1996 Christian von Roques */
+/*
+ * Project:     libFIRM
+ * File name:   ir/adt/pdeq.h
+ * Purpose:     Declarations for pdeq.
+ * Author:      Christian von Roques
+ * Modified by:
+ * Created:     1999 by getting from fiasco
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 1995, 1996 Christian von Roques
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
-#ifndef _PDEQ_H
-#define _PDEQ_H
+
+#ifndef _PDEQ_H_
+#define _PDEQ_H_
+
+#include <string.h>
 
 #include "misc.h"
 
@@ -29,4 +41,4 @@ void *pdeq_getr (pdeq *);
 void _pdeq_vrfy(pdeq *dq);
 #endif
 
-#endif
+#endif /* _PDEQ_H_ */