[Cppunit-devel] include-guard error on 1.9.10 (was: CppUnit 1.9.10 snapshot available)
Brought to you by:
blep
From: FUKUDA F. <ff...@nt...> - 2002-09-02 03:01:30
|
Hi, --- "[Cppunit-devel] [Announce] CppUnit 1.9.10 snapshot available" / Baptiste Lepilleur --- >http://cppunit.sourceforge.net/snapshot/cppunit-1.9.10.tar.gz >http://cppunit.sourceforge.net/snapshot/cppunit-docs-1.9.10.tar.gz > Enjoy, include/cppunit/ui/text/TextTestRunner.h include-guard is as follows: #ifndef CPPUNIT_TEXTTSTRUNNER_H_ #define CPPUNIT_TEXTTSTRUNNER_H_ ...oops! it's identical to include/cppunit/TextTestRunner.h so it should change to: #ifndef CPPUNIT_UI_TEXT_TEXTTESTRUNNER_H #define CPPUNIT_UI_TEXT_TEXTTESTRUNNER_H # another headers are OK? -----:-----:-----:-----:-----:-----:-----:-----:-----:----- FUKUDA (episteme) Fumiki -- magical, but never a magic... |