Let dfs() discover only memory nodes
[libfirm] / ir / adt / array.c
index bdcd518..f58a2cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyrigth (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -53,7 +53,7 @@
  */
 _arr_descr arr_mt_descr
 #ifndef NDEBUG
-  = { ARR_D_MAGIC }
+  = { ARR_D_MAGIC, 0, {0}, 0, {{0}} }
 #endif
 ;