diff options
Diffstat (limited to 'source/d/make/make-3.82-android-build-fix.diff')
-rw-r--r-- | source/d/make/make-3.82-android-build-fix.diff | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/d/make/make-3.82-android-build-fix.diff b/source/d/make/make-3.82-android-build-fix.diff deleted file mode 100644 index 8cd3db0d..00000000 --- a/source/d/make/make-3.82-android-build-fix.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- make-3.82/function.c 2010-07-13 03:20:39.000000000 +0200 -+++ make-3.82/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; - } |