=================================================================== Modification le : Thu Sep 28 19:02:54 MEST 2000 Par : =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/dpgen In directory melon.lip6.fr:/users/cao/jpc/alliance/sources/dpgen Modified Files: dpgen.sh dpgen_Regular.c util_Const.c Added Files: debugoff.h debugon.h Log Message: * dpgen.sh : - Effacer le Makefile temporaire en cas de sortie imprevue. * debugon.h/debugoff.h : - Activation/desactivation du code de verification. * Tous les modules : - Suppression des messages de debug, on passe en "prod". =================================================================== Index: dpgen.sh =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/dpgen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 234c234 < LOCAL_ALC_IDIR = -I\$(ALLIANCE_INCLUDE) $ALLIANCE_DEVEL_INCLUDE --- > LOCAL_ALC_IDIR = $ALLIANCE_DEVEL_INCLUDE -I\$(ALLIANCE_INCLUDE) 248c248 < LOCAL_ALC_LDIR = -L\$(ALLIANCE_LIB) $ALLIANCE_DEVEL_LIB --- > LOCAL_ALC_LDIR = $ALLIANCE_DEVEL_LIB -L\$(ALLIANCE_LIB) 315a316,317 > rm -f $MAKEFILE > 327a330 > rm -f $MAKEFILE Index: dpgen_Regular.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/dpgen/dpgen_Regular.c,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 22a23 > # include "debugoff.h" 365,368c366,373 < fprintf (stderr, "index := %ld, name := %s,", index, LV_tsLeafCell[ index ]); < fprintf (stderr, " bit := %ld\n", SLICE_TO_BIT(aiSlice, < LV_N, < LV_flags & F_MSB_FIRST)); --- > __DBG( > fprintf (stderr, > "index := %ld, name := %s,", > index, > LV_tsLeafCell[ index ]); > fprintf (stderr, > " bit := %ld\n", > SLICE_TO_BIT(aiSlice, LV_N, LV_flags & F_MSB_FIRST)); 369a375 > ) 423,424c429,435 < fprintf (stderr, "index := %ld, name := %s\n", index, LV_tsLeafCell[ index ]); < fflush (stderr); --- > __DBG( > fprintf (stderr, > "index := %ld, name := %s\n", =================================================================== 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/