[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/libsvn_wc propdump.c

From: Jonathan S. Shapiro <shap_at_eros-os.org>
Date: 2000-07-19 02:34:25 CEST

Another possible solution is to code it both ways wrapped in

    if (sizeof(int) == sizeof(size_t)) {
    }
    else {
        /* use long int strategy */

However, I don't see a problem with just using long ints all the time. There
really shouldn't be any penalty at all.

shap
Received on Sat Oct 21 14:36:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.