summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-21 18:34:50 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-21 18:36:40 +0100
commite130c111f32a5fba002706d071e4d8c4a127a9c4 (patch)
tree93436e82fc27c7156b3e03c05b7414da845b4023 /idl/source
parent190b44d2d22a1a6684f66166a41f4f0e67d18487 (diff)
Remove CSET support
Obsolete IBM CSet C-Compiler svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/prj/svidl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx
index 53237f16dc..ed6a9f5643 100644
--- a/idl/source/prj/svidl.cxx
+++ b/idl/source/prj/svidl.cxx
@@ -90,7 +90,7 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer
return 0 == aF2.Kill();
}
-#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (__MINGW32__) || defined( OS2 )
+#if defined( UNX ) || defined( PM2 ) || defined (__MINGW32__) || defined( OS2 )
int main ( int argc, char ** argv)
{
#else