This commit is contained in:
Ludovic Jacomme 2002-03-21 15:42:52 +00:00
parent 7fd8a7d851
commit 1c328b3583
2 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@
/* */
/* ###--------------------------------------------------------------### */
#ifndef VBH_DEFINE
#define VBH_DEFINE
#ifndef VBH_DEFINE_H
#define VBH_DEFINE_H
/* ###------------------------------------------------------### */
/* defines */
@ -183,7 +183,7 @@ typedef struct vbfig /* behaviour figure */
struct vbins *BEINS; /* list of instance */
struct ptype *USER; /* reserved for user's applications */
chain_list *PACK_LIST; /* list of used packages */
unsigned char PACKAGE; /* package figure ? */
unsigned char IS_PACKAGE; /* package figure ? */
char FLAG; /* error flags */
}
vbfig_list;

View File

@ -825,7 +825,7 @@ void vbh_viewvbfig( Figure )
fprintf( stdout, "NAME: %s\n", Figure->NAME );
fprintf( stdout, "FLAG: %d\n", Figure->FLAG );
fprintf( stdout, "PACK: %d\n", Figure->PACKAGE );
fprintf( stdout, "PACK: %d\n", Figure->IS_PACKAGE );
fprintf( stdout, "PACK_LIST\n" );