[Cppunit-cvs] cppunit ChangeLog,1.221,1.222
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-06 11:25:13
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18167 Modified Files: ChangeLog Log Message: * include/cppunit/Portability.h: fixed EVC++ 4 detection. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -C2 -d -r1.221 -r1.222 *** ChangeLog 6 Nov 2004 09:05:45 -0000 1.221 --- ChangeLog 6 Nov 2004 10:42:00 -0000 1.222 *************** *** 5,8 **** --- 5,10 ---- to works even if DBL_DIG C99 macro is not defined. + * include/cppunit/Portability.h: fixed EVC++ 4 detection. + 2004-11-05 Baptiste Lepilleur <gai...@fr...> |