comparison src/s/gnu.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 91ce10cb395c
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* Definitions file for GNU Emacs running on the GNU Hurd. 1 /* Definitions file for GNU Emacs running on the GNU Hurd.
2 Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. 2 Copyright (C) 1994, 1995, 1996, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
5 6
6 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02110-1301, USA. */
20 21
21 22
22 /* Get most of the stuff from bsd4.3 */ 23 /* Get most of the stuff from bsd4.3 */
23 #include "bsd4-3.h" 24 #include "bsd4-3.h"
24 25
90 /* new C libio names */ 91 /* new C libio names */
91 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ 92 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
92 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) 93 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
93 #endif /* !_IO_STDIO_H */ 94 #endif /* !_IO_STDIO_H */
94 #endif /* emacs */ 95 #endif /* emacs */
96
97 /* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4
98 (do not change this comment) */