On 12/5/17, Warren Young <[email protected]> wrote: > On Dec 4, 2017, at 3:07 AM, Johan Kuuse <[email protected]> wrote: >> >> src/file.c:65 >> >> >> #define RepoFILE 1 /* Follow symlinks if*f* allow-symlinks is OFF */ >> >> Should be: >> >> #define RepoFILE 1 /* Follow symlinks if allow-symlinks is OFF */ > > That might not be a typo. “iff” is mathematical shorthand for “if and only > if.” >
Right. That was my original intent in writing "iff". But apparently this is an americanism that is not well known outside the USA nor by spelling checkers, so I changed the comment to spell out "if and only if". -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
