curl-library
Re: OT: ViewCVS problems
Date: Sun, 10 Oct 2004 22:31:12 -0400
The unidiff output of that is:
#define curlx_strtoofft strtol
#endif
-#ifdef HAVE_LL
+#if defined(_MSC_VER)
+#define CURL_LLONG_MIN 0x8000000000000000i64
+#define CURL_LLONG_MAX 0x7FFFFFFFFFFFFFFFi64
+#elif defined(HAVE_LL)
#define CURL_LLONG_MIN 0x8000000000000000LL
#define CURL_LLONG_MAX 0x7FFFFFFFFFFFFFFFLL
#else
Since those five lines are all grouped, they have "changed". Added
lines would look more like:
blah blah
blah blah
blah blah
+new line
+new line
blah blah
blah blah
blah blah
- Toby
On 10 Oct 2004, at 10.20, Gisle Vanem wrote:
> Look at the diff of my recent change:
> http://cool.haxx.se/cvs.cgi/curl/lib/strtoofft.h.diff?r1=1.12&r2=1.13
>
> I added 2 lines, so the lines should be coloured in green (added). But
> it's in yellow (changed). A problem with ViewCVS?
>
> --gv
Received on 2004-10-11