Fix vpip_make_vthr_A prototype with duplicate parameters

Causes FTBFS with gcc-4.3
This commit is contained in:
Larry Doolittle 2008-06-10 08:47:30 -07:00 committed by Stephen Williams
parent f9d060146c
commit a437b38270
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ vpiHandle vpip_make_vthr_vector(unsigned base, unsigned wid, bool signed_flag);
vpiHandle vpip_make_vthr_word(unsigned base, const char*type);
vpiHandle vpip_make_vthr_A(char*symbol, unsigned index);
vpiHandle vpip_make_vthr_A(char*symbol, char*symbol);
vpiHandle vpip_make_vthr_A(char*label, char*symbol);
vpiHandle vpip_make_vthr_A(char*symbol, unsigned tbase, unsigned twid);
/*