alliance-programmers '01
ALC : CVS loginfo, pcbs/pcbs


Francois DONNET (Francois.DONNET@asim.lip6.fr)
Mon, 21 May 2001 10:46:57 +0200 (MET DST)

=================================================================== Modification le : Mon May 21 10:46:39 MET DST 2001 Par : francois =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/pcbs/pcbs In directory huelgoat:/users/cao/francois/alliance/sources/pcbs/pcbs Modified Files: Makefile bstools.c emul_yac.h hardware_io.c traduction.c traduction.h Log Message: bug dans la correspondance pattern // et pattern bs =================================================================== Index: Makefile =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/pcbs/pcbs/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 43,44c43,44 < DEBUG = -g -Wall < CFLAGS = $(ALC_INC) -D$(ALLIANCE_OS) $(DEBUG) --- > DEBUG = -g -Wall #-DNO_HARD > CFLAGS = $(ALC_INC) -D$(ALLIANCE_OS) $(DEBUG) 45a46 > #TARGET_BIN = .. 51c52 < VERSION = 3.0 --- > VERSION = 3.1 Index: bstools.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/pcbs/pcbs/bstools.c,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 65c65 < char notusr; --- > char parallel_evt__USRVAL_not; 67,68c67,68 < int parallel_num; < int parallel_line; --- > static int parallel_num = 0; > static int parallel_line; 91,92c91,98 < notusr = parallel_evt->USRVAL == '+' ? '-' : '+'; < parallel_evt->SIMVAL = tdo==usrval ? parallel_evt->USRVAL : notusr; --- > > /* si sur bs resultat oppose, alors sur // resultat oppose */ > /* car il se peut que les cellules bs soient inverseuses */ > /* construction de l'oppose*/ > parallel_evt__USRVAL_not = parallel_evt->USRVAL == '+' ? '-' : '+'; > parallel_evt->SIMVAL = tdo==usrval ? parallel_evt->USRVAL > : parallel_evt__USRVAL_not; > 99c105,106 < --- > =================================================================== 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/

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 21 May 2001.