doDiff.c.patch 494 B

1234567891011121314
  1. diff -Naurp dwdiff-2.0.1.orig/src/doDiff.c dwdiff-2.0.1/src/doDiff.c
  2. --- dwdiff-2.0.1.orig/src/doDiff.c 2011-10-26 14:32:22.000000000 -0400
  3. +++ dwdiff-2.0.1/src/doDiff.c 2011-10-27 00:34:59.785336664 -0400
  4. @@ -190,7 +190,9 @@ static void handleNextWhitespace(InputFi
  5. whitespace.
  6. */
  7. static void handleSynchronizedNextWhitespace(bool printNew) {
  8. +#ifdef USE_UNICODE
  9. static_assert(CRLF_GRAPHEME_CLUSTER_BREAK == 0);
  10. +#endif
  11. bool BValid = true;
  12. unsigned int *lineNumberA, *lineNumberB;