X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b9345dfd4b5479ec624f1870723a8ea5c9c719e7..f998bbe793e9ae7a8df071fec7de63879e67ef1a:/src/s/gnu-linux.h diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 178d7082f7..b54bd985e6 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -1,6 +1,6 @@ /* This file is the configuration file for Linux-based GNU systems -Copyright (C) 1985-1986, 1992, 1994, 1996, 1999, 2001-2011 +Copyright (C) 1985-1986, 1992, 1994, 1996, 1999, 2001-2012 Free Software Foundation, Inc. This file was put together by Michael K. Johnson and Rik Faith. @@ -103,7 +103,7 @@ along with GNU Emacs. If not, see . */ /* This is needed for dispnew.c:update_frame. */ #ifdef emacs #include /* Get the definition of _IO_STDIO_H. */ -#if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM) +#if defined (_IO_STDIO_H) || defined (_STDIO_USES_IOSTREAM) /* New C libio names. */ #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) @@ -155,7 +155,7 @@ along with GNU Emacs. If not, see . */ extern void *__libc_ia64_register_backing_store_base; \ __builtin_ia64_flushrs (); \ mark_memory (__libc_ia64_register_backing_store_base, \ - __builtin_ia64_bsp (), 0); \ + __builtin_ia64_bsp ()); \ } while (0) #endif #endif