=================================================================== Modification le : Fri Sep 22 20:35:41 MET DST 2000 Par : gregoire =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/rdscif In directory beny:/local/beny2/greg/alliance/sources/rdscif Modified Files: cif_drive.c cif_parse.c Log Message: Correction bug parser/driver au format Berkley : Avant : 95 : Connecteur 94 : Rectangle Après 95 : Rectangle 94 : Connecteur =================================================================== Index: cif_drive.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/rdscif/cif_drive.c,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 323,328c323,326 < (void)fprintf( File, "95 %s %ld %ld %ld %ld %s;\n", < Name, < RDS_TO_CIF_UNIT( Dx ), RDS_TO_CIF_UNIT( Dy ), < RDS_TO_CIF_UNIT( X ) + RDS_TO_CIF_UNIT( Dx ) / 2, < RDS_TO_CIF_UNIT( Y ) + RDS_TO_CIF_UNIT( Dy ) / 2, < Layer ); --- > (void)fprintf( File, "94 %s %ld %ld %s;\n", rdstocifname( Name ), > RDS_TO_CIF_UNIT( X ) + RDS_TO_CIF_UNIT( Dx ) / 2, > RDS_TO_CIF_UNIT( Y ) + RDS_TO_CIF_UNIT( Dy ) / 2, > Layer ); 366,369c364,369 < (void)fprintf( File, "94 %s %ld %ld %s;\n", rdstocifname( Name ), < RDS_TO_CIF_UNIT( X ) + RDS_TO_CIF_UNIT( Dx ) / 2, < RDS_TO_CIF_UNIT( Y ) + RDS_TO_CIF_UNIT( Dy ) / 2, < Layer ); --- > (void)fprintf( File, "95 %s %ld %ld %ld %ld %s;\n", > Name, > RDS_TO_CIF_UNIT( Dx ), RDS_TO_CIF_UNIT( Dy ), > RDS_TO_CIF_UNIT( X ) + RDS_TO_CIF_UNIT( Dx ) / 2, > RDS_TO_CIF_UNIT( Y ) + RDS_TO_CIF_UNIT( Dy ) / 2, > Layer ); Index: cif_parse.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/rdscif/cif_parse.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -r1.1.1.1 -r1.2 1394c1394 < | CifCommandUser94 | --- > | CifCommandUser95 | 1398c1398 < void CifCommandUser94() --- > void CifCommandUser95() 1516c1516 < | CifCommandUser95 | --- > | CifCommandUser94 | 1520c1520 < void CifCommandUser95() =================================================================== 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/