diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:34:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-21 18:36:40 +0100 |
commit | f1251713373f9315ec9a392b547d7069417a1e81 (patch) | |
tree | cb49cdcc59e88d8648186aa0f5c5ac078278bfbd /idl | |
parent | 2a904565e528a8a97d3e3886a59f17fd07ec1699 (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')
-rw-r--r-- | idl/source/prj/svidl.cxx | 2 |
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 |