OSDN Git Service

2010-04-06 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / c-dump.c
index 42f5486..f970b39 100644 (file)
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Dump information common to statements from STMT.  */
 
 void
-dump_stmt (dump_info_p di, tree t)
+dump_stmt (dump_info_p di, const_tree t)
 {
   if (EXPR_HAS_LOCATION (t))
     dump_int (di, "line", EXPR_LINENO (t));