Skip to content

Commit

Permalink
Skip the , in module lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed May 14, 2001
1 parent bf96986 commit bc6dfeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tgt-vvp/vvp.c
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: vvp.c,v 1.5 2001/04/28 20:06:07 steve Exp $"
#ident "$Id: vvp.c,v 1.6 2001/05/14 00:55:31 steve Exp $"
#endif

/*
Expand Down Expand Up @@ -52,6 +52,7 @@ inline static void draw_module_declarations(ivl_design_t des)
fprintf(vvp_out, ":vpi_module \"%s\";\n", buffer);

cp = comma;
if (*cp) cp += 1;
}
}

Expand Down

0 comments on commit bc6dfeb

Please sign in to comment.