Remove UXPDS support
This commit is contained in:
@@ -245,7 +245,6 @@ DocParser::process(istream &input, ostringstream &output,
|
||||
#if !defined(SC3) && \
|
||||
!defined(__osf__) && \
|
||||
!defined(_IBMR2) && \
|
||||
!defined(__uxp__) && \
|
||||
!defined(USL) && \
|
||||
!defined(linux) && \
|
||||
!defined(CSRG_BASED) && \
|
||||
@@ -256,7 +255,6 @@ DocParser::process(istream &input, ostringstream &output,
|
||||
#if !defined(SC3) && \
|
||||
!defined(__osf__) && \
|
||||
!defined(_IBMR2) && \
|
||||
!defined(__uxp__) && \
|
||||
!defined(USL) && \
|
||||
!defined(linux) && \
|
||||
!defined(CSRG_BASED) && \
|
||||
|
||||
@@ -141,19 +141,19 @@ BinaryOperatorNode::evaluate() const
|
||||
{
|
||||
// calculate children trees and then have feature value do the operation
|
||||
|
||||
#if !defined(SC3) && !defined(_IBMR2) && !defined(__uxp__) && \
|
||||
#if !defined(SC3) && !defined(_IBMR2) && \
|
||||
!defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
volatile
|
||||
#endif
|
||||
FeatureValue *left = 0;
|
||||
#if !defined(SC3) && !defined(_IBMR2) && !defined(__uxp__) && \
|
||||
#if !defined(SC3) && !defined(_IBMR2) && \
|
||||
!defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
volatile
|
||||
#endif
|
||||
FeatureValue *right = 0;
|
||||
#if !defined(SC3) && !defined(_IBMR2) && !defined(__uxp__) && \
|
||||
#if !defined(SC3) && !defined(_IBMR2) && \
|
||||
!defined(__osf__) && !defined(USL) && !defined(linux) && \
|
||||
!defined(CSRG_BASED) && !defined(sun)
|
||||
volatile
|
||||
|
||||
@@ -81,11 +81,7 @@ FeatureSet::evaluate(FeatureSet *result_set) const
|
||||
result_set->append(new Feature(next.key()->name(),
|
||||
value));
|
||||
}
|
||||
#ifdef UXPDS
|
||||
mcatch_any()
|
||||
#else
|
||||
mcatch_noarg(badEvaluationException)
|
||||
#endif
|
||||
{
|
||||
/* do nothing...we just ignore any that will not evaluate */
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ typedef Stack<FeatureSet*,dlist_array<FeatureSet> > _stack_fs_orvec_fs_;
|
||||
// the largest ID used in f's: 59
|
||||
//
|
||||
|
||||
#if defined(sun) || defined(hpux) || defined (__uxp__) || defined (USL)
|
||||
#if defined(sun) || defined(hpux) || defined (USL)
|
||||
typedef CC_TPtrSlist<Attribute> _f4_;
|
||||
typedef CC_TPtrSlist<Feature> _f5_;
|
||||
typedef CC_TPtrSlist<PathFeature> _f2_;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
// all_tmplts - force instantiation of all templates under UXPDS
|
||||
@all
|
||||
Reference in New Issue
Block a user