=================================================================== Modification le : Mon Oct 23 18:33:37 MET DST 2000 Par : syf =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/lvx In directory beny:/users/outil/syf/alliance/sources/lvx Modified Files: lvx.c Log Message: Big bug dans LVX (a se demander comment ca a pu marcher un jour ...) =================================================================== Index: lvx.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/lvx/lvx.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -r1.1.1.1 -r1.2 43a44,46 > /* Revision 1.2 2000/10/23 16:33:37 syf > /* Big bug dans LVX (a se demander comment ca a pu marcher un jour ...) > /* 1143c1146 < equivterminal (lofig, name1, name2) --- > void equivterminal (lofig, name1, name2, delete) 1146a1150 > int delete; 1215,1216c1219,1223 < if (dellocon (lofig, name1) != 1) < fatalerror ("Fatal error on connector deleting. (equivterminal)"); --- > if (delete) > { > if (dellocon (lofig, name1) != 1) > fatalerror ("Fatal error on connector deleting. (equivterminal)"); > } 1224c1231 < equivinslocon (lofig, loins, name1, name2) --- > void equivinslocon (lofig, loins, name1, name2) 1350c1357,1362 < locon_list *ptlocon, *firstvdd, *firstvss; --- > chain_list *Delete; > chain_list *ScanChain; > locon_list *ptlocon; > locon_list *next_locon; > char *firstvdd; > char *firstvss; 1365c1377 < if (isvdd (ptlocon->NAME)) firstvdd = ptlocon; --- > if (isvdd (ptlocon->NAME)) firstvdd = ptlocon->NAME; 1369c1381 < equivinslocon (lofig1, ptloins, ptlocon->NAME, firstvdd->NAME); --- > equivinslocon (lofig1, ptloins, ptlocon->NAME, firstvdd); 1371,1372c1383,1384 < if ( (firstvdd != NULL) && (firstvdd->NAME != namealloc (VDD)) ) < localstartid (ptloins->LOCON, VDD, firstvdd->NAME); --- =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/