Initial push
[termux-packages] / packages / emacs / no_assign_stderr.patch
1 diff -u -r ../emacs-24.3/src/print.c ./src/print.c
2 --- ../emacs-24.3/src/print.c 2013-01-01 21:37:17.000000000 +0100
3 +++ ./src/print.c 2014-02-19 03:24:04.000000000 +0100
4 @@ -733,7 +733,7 @@
5 print_output_debug_flag = x;
6 }
7
8 -#if defined (GNU_LINUX)
9 +#if defined (GNU_LINUX) && !defined (__ANDROID__)
10
11 /* This functionality is not vitally important in general, so we rely on
12 non-portable ability to use stderr as lvalue. */