[Libreoffice-commits] .: binfilter/inc

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 21 09:36:01 PST 2011


 binfilter/inc/bf_svtools/svipcdef.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 52e4c2e5113762cbea8e9bd7a9144b517f54971c
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Feb 21 18:35:58 2011 +0100

    Remove CSET support
    
    Obsolete IBM CSet C-Compiler

diff --git a/binfilter/inc/bf_svtools/svipcdef.h b/binfilter/inc/bf_svtools/svipcdef.h
index 3f9086c..5a3bbf2 100644
--- a/binfilter/inc/bf_svtools/svipcdef.h
+++ b/binfilter/inc/bf_svtools/svipcdef.h
@@ -38,8 +38,6 @@ extern "C" {
 
 #if defined (WNT) || defined (WIN)
 #define CDECL __cdecl
-#elif defined CSET
-#define CDECL _System
 #else
 #define CDECL
 #endif


More information about the Libreoffice-commits mailing list