=================================================================== Modification le : Mon May 21 17:29:24 CEST 2001 Par : czo =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/mbkedif In directory bip.lip6.fr:/users/soft5/newlabo/dev/alliance/sources/mbkedif Modified Files: driver.c Log Message: mbkgetenv() partout =================================================================== Index: driver.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/mbkedif/driver.c,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 174c174 < edif_debug = getenv( DEBUG_MBKEDIF ) != NULL; --- > edif_debug = mbkgetenv( DEBUG_MBKEDIF ) != NULL; 176c176 < EDIF_LIBNAME = getenv( MBK_EDIF_LIBNAME ); --- > EDIF_LIBNAME = mbkgetenv( MBK_EDIF_LIBNAME ); 195c195 < EDIF_SUFFIXES = getenv( MBK_EDIF_SUFFIXES ); --- > EDIF_SUFFIXES = mbkgetenv( MBK_EDIF_SUFFIXES ); 246c246 < fprintf( edif_file, " (author \"FP & HM & OB for : %s\")\n", getenv( "USER" ) ? getenv( "USER" ) : "RobiN" ); --- > fprintf( edif_file, " (author \"FP & HM & OB for : %s\")\n", mbkgetenv( "USER" ) ? mbkgetenv( "USER" ) : "RobiN" ); =================================================================== 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/