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

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents edee6e4af0f2
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* System description file for MS-DOS 1 /* System description file for MS-DOS
2 2
3 Copyright (C) 1993, 1996, 1997, 2001 Free Software Foundation, Inc. 3 Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004,
4 2005 Free Software Foundation, Inc.
4 5
5 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
6 7
7 GNU Emacs is free software; you can redistribute it and/or modify 8 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16 GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to 19 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02111-1307, USA. */ 21 Boston, MA 02110-1301, USA. */
21 22
22 /* Note: lots of stuff here was taken from s-msdos.h in demacs. */ 23 /* Note: lots of stuff here was taken from s-msdos.h in demacs. */
23 24
24 25
25 /* 26 /*
273 registers relevant for conservative garbage collection in the 274 registers relevant for conservative garbage collection in the
274 jmp_buf. */ 275 jmp_buf. */
275 276
276 #define GC_SETJMP_WORKS 1 277 #define GC_SETJMP_WORKS 1
277 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 278 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
279
280 /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0
281 (do not change this comment) */