Hi,

server/mpm_common.c:363
#if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) || 
defined(TPF) || defined(__TANDEM) || defined(OS2) ||
defined(WIN32) || defined(NETWARE)

Can I break this line into smaller chunks?  If so, how?
I seem a bit rusty on how the various preprocessors handle
multiline #ifs (if they even do).


server/mpm_common.c:442
    rv = apr_file_close(pod->pod_in);
    if (rv != APR_SUCCESS) {
        return rv;
    }

    return rv;
}

If we are going to waste the if, we might aswell return
APR_SUCCESS, no?

Sander

Reply via email to