removed
[libfirm] / ir / adt / array.h
index 11c0be6..43dd9eb 100644 (file)
@@ -1,6 +1,14 @@
-/* Declarations for Array.
-   Copyright (C) 1995, 1996 Markus Armbruster
-   All rights reserved. */
+/*
+ * Project:     libFIRM
+ * File name:   ir/adt/array.h
+ * Purpose:     Declarations for Array.
+ * Author:      Markus Armbruster
+ * Modified by:
+ * Created:     1999 by getting from fiasco
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 1995, 1996 Markus Armbruster
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 /* @@@ growing a dynamic on an obstack */
 
@@ -10,8 +18,9 @@
 #include <assert.h>
 #include <stddef.h>
 #include <obstack.h>
+
 #include "cookies.h"
-#include "misc.h"
+#include "xmalloc.h"
 
 
 /* Flexible create / delete */
 #endif
 
 
-/* Private */
-/* Don't try this at home, kids, we're trained professionals ;-> */
-
-// ... or at the IPD, either.
+/* Private !!!
+   Don't try this at home, kids, we're trained professionals ;->
+   ... or at the IPD, either. */
 #ifdef NDEBUG
 # define _ARR_DBGINF_DECL
 # define _ARR_SET_DBGINF(descr, co, es) ((co), (es))