diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-06 00:31:25 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-06 00:31:25 +0000 |
| commit | a90452b2ef0c9366118ae1be78d798a0198ae363 (patch) | |
| tree | 7ad83daa72ff5a84609528e57bdc50b86c28309f /include/cppunit/Portability.h | |
| parent | 83766a55021bea4fa506ece7ad0be11c6dcff6f8 (diff) | |
| download | cppunit-a90452b2ef0c9366118ae1be78d798a0198ae363.tar.gz | |
Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAME
Diffstat (limited to 'include/cppunit/Portability.h')
| -rw-r--r-- | include/cppunit/Portability.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cppunit/Portability.h b/include/cppunit/Portability.h index 9c81a3b..3335dbf 100644 --- a/include/cppunit/Portability.h +++ b/include/cppunit/Portability.h @@ -15,12 +15,6 @@ * If the user has not done so, we chose default values. */ -/* FIXME: does not belong in Portability.h (?) */ -/* Define to 1 if the compiler supports Run-Time Type Identification */ -#ifndef CPPUNIT_USE_TYPEINFO -#define CPPUNIT_USE_TYPEINFO CPPUNIT_HAVE_RTTI -#endif - /* Define to 1 if you wish to have the old-style macros assert(), assertEqual(), assertDoublesEqual(), and assertLongsEqual() */ |
