aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorJuanma Barranquero2011-09-09 03:06:52 +0200
committerJuanma Barranquero2011-09-09 03:06:52 +0200
commit5e617bc2b62189768814fafd1a875e89a094d3ef (patch)
treed96d22e012035d044557abf4de0b8e30b03d61b7 /src/s/gnu-linux.h
parent9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff)
downloademacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz
emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip
Whitespace changes.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 178d7082f72..3d78bf695bc 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -103,7 +103,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
103/* This is needed for dispnew.c:update_frame. */ 103/* This is needed for dispnew.c:update_frame. */
104#ifdef emacs 104#ifdef emacs
105#include <stdio.h> /* Get the definition of _IO_STDIO_H. */ 105#include <stdio.h> /* Get the definition of _IO_STDIO_H. */
106#if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM) 106#if defined (_IO_STDIO_H) || defined (_STDIO_USES_IOSTREAM)
107/* New C libio names. */ 107/* New C libio names. */
108#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ 108#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
109 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) 109 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)