| Patch |
| r1204407 |
r1204407 | julianfoad | 2011-11-21 03:10:37 -0600 (Mon, 21 Nov 2011) Change a switch statement to an equivalent 'if' statement to work around the OWC compiler's current inability to handle a 64-bit switch expression, and thus to enable Subversion to be compiled with OWC, since this is the only place where it stumbles. Patch by: NormW <normw{_AT_}gknw.net> * subversion/libsvn_ra_svn/client.c (optbool_to_tristate): Use 'if' instead of 'switch'.