Remember to scan IntegerVars.

This commit is contained in:
steve 2002-07-12 17:09:21 +00:00
parent c610699227
commit 15b94050ce
2 changed files with 10 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: sys_lxt.c,v 1.6 2002/07/12 17:08:13 steve Exp $"
#ident "$Id: sys_lxt.c,v 1.7 2002/07/12 17:09:21 steve Exp $"
#endif
# include "config.h"
@ -531,6 +531,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
/* Value */
vpiNet,
vpiReg,
vpiIntegerVar,
/* Scope */
vpiFunction,
vpiModule,
@ -795,6 +796,9 @@ void sys_lxt_register()
/*
* $Log: sys_lxt.c,v $
* Revision 1.7 2002/07/12 17:09:21 steve
* Remember to scan IntegerVars.
*
* Revision 1.6 2002/07/12 17:08:13 steve
* Eliminate use of vpiInternalScope.
*

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: sys_vcd.c,v 1.33 2002/07/12 17:02:38 steve Exp $"
#ident "$Id: sys_vcd.c,v 1.34 2002/07/12 17:09:21 steve Exp $"
#endif
# include "config.h"
@ -537,6 +537,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
/* Value */
vpiNet,
vpiReg,
vpiIntegerVar,
/* Scope */
vpiFunction,
vpiModule,
@ -799,6 +800,9 @@ void sys_vcd_register()
/*
* $Log: sys_vcd.c,v $
* Revision 1.34 2002/07/12 17:09:21 steve
* Remember to scan IntegerVars.
*
* Revision 1.33 2002/07/12 17:02:38 steve
* Scan scope objects before subscopes.
*