Kaydet (Commit) f440a6fe authored tarafından Francois Tigeot's avatar Francois Tigeot

Remove the C52 define.

It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
üst ab40888b
......@@ -743,7 +743,7 @@ SV_IMPL_VARARR(nm##_SAR, AE)\
_SV_IMPL_SORTAR_ALG( nm,AE )\
_SV_SEEK_OBJECT( nm,AE )
#if defined (C40) || defined (C41) || defined (C42) || defined(C50) || defined(C52)
#if defined (C40) || defined (C41) || defined (C42) || defined(C50)
#define C40_INSERT( c, p, n) Insert( (c const *) p, n )
#define C40_PTR_INSERT( c, p) Insert( (c const *) p )
#define C40_REPLACE( c, p, n) Replace( (c const *) p, n )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment