]> andersk Git - splint.git/blobdiff - src/idDecl.c
Fixed handling of array dimensions (bug reported by Randi J. Relander)
[splint.git] / src / idDecl.c
index 170c5b9c078a4cff8488a47ad88ececc185ed7f1..f6d73107e7f03f1d5cb394b7e874a2903567afc1 100644 (file)
@@ -175,6 +175,7 @@ idDecl_replaceCtype (/*@returned@*/ idDecl d, ctype c)
 {
   llassert (idDecl_isDefined (d));
 
+  DPRINTF (("Replace type: %s / %s", idDecl_unparse (d), ctype_unparse (c)));
   qtype_setType (d->typ, c);
   return d;
 }
This page took 0.126505 seconds and 4 git commands to generate.