From e39d5f838c08b5b57eae4c1aec4ae00acd18b239 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Dec 2011 23:14:50 +0000 Subject: Sun Dec 25 23:14:50 UTC 2011 --- ~lukeshu/make-graph/make-3.82-sort-blank.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ~lukeshu/make-graph/make-3.82-sort-blank.patch (limited to '~lukeshu/make-graph/make-3.82-sort-blank.patch') diff --git a/~lukeshu/make-graph/make-3.82-sort-blank.patch b/~lukeshu/make-graph/make-3.82-sort-blank.patch new file mode 100644 index 000000000..2e73f5b7c --- /dev/null +++ b/~lukeshu/make-graph/make-3.82-sort-blank.patch @@ -0,0 +1,17 @@ +diff -urp make-3.82/function.c make-3.82-pm/function.c +--- make-3.82/function.c 2010-07-13 03:20:39.000000000 +0200 ++++ make-3.82-pm/function.c 2010-10-27 01:43:27.000000000 +0200 +@@ -1138,12 +1138,12 @@ func_sort (char *o, char **argv, const c + { + char c = *(t++); + +- if (! isspace ((unsigned char)c)) ++ if (! isblank ((unsigned char)c)) + continue; + + ++wordi; + +- while (isspace ((unsigned char)*t)) ++ while (isblank ((unsigned char)*t)) + ++t; + } -- cgit v1.2.3-54-g00ecf