--- Include/pyport.h +++ Include/pyport.h @@ -219,7 +219,7 @@ /* Smallest negative value of type Py_ssize_t. */ #define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1) -#if SIZEOF_PID_T > SIZEOF_LONG +#if defined SIZEOF_PID_T && SIZEOF_PID_T > SIZEOF_LONG # error "Python doesn't support sizeof(pid_t) > sizeof(long)" #endif .cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-17 12:29:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-17 12:29:15 +0100
commitfb4b59f9370167696d1a67beb16b593ba86971a8 (patch)
tree3c83f6a5ae3065411d728ab9524312f9c82f151b /qadevOOo/runner
parent7cfbe5ad4fa351228c4764d9a7231024a97212c4 (diff)
cid#1398822: java.util.Properties.getProperty already returns String
Change-Id: I056bffbdd0e3280bfbcfbb82aff73fb5bab8a0b7