summaryrefslogtreecommitdiffstats
path: root/idl
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
commitf1251713373f9315ec9a392b547d7069417a1e81 (patch)
treecb49cdcc59e88d8648186aa0f5c5ac078278bfbd /idl
parentRemove MTW leftover (diff)
downloadcore-f1251713373f9315ec9a392b547d7069417a1e81.tar.gz
core-f1251713373f9315ec9a392b547d7069417a1e81.zip
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')
-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 92784b1d0d44..526240dd83a3 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