comparison src/s/darwin.h @ 53652:a41b8fecf2d3

(__attribute__): Remove outdated workaround.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 21 Jan 2004 04:04:01 +0000
parents 99773e17bcaf
children 6c8849d06ab3
comparison
equal deleted inserted replaced
53651:c7d570b7ba42 53652:a41b8fecf2d3
1 /* System description header file for Darwin (Mac OS X). 1 /* System description header file for Darwin (Mac OS X).
2 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 2 Copyright (C) 2001, 02, 2004 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 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 7 it under the terms of the GNU General Public License as published by
201 #define init_process emacs_init_process 201 #define init_process emacs_init_process
202 202
203 /* Fix compilation problem for regex.c. */ 203 /* Fix compilation problem for regex.c. */
204 #define __restrict 204 #define __restrict
205 205
206 /* Fix compilation problem for md5.c. */
207 #define __attribute__(x)
208
209 /* Used in dispnew.c. Copied from freebsd.h. */ 206 /* Used in dispnew.c. Copied from freebsd.h. */
210 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 207 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
211 208
212 /* System uses OXTABS instead of the expected TAB3. (Copied from 209 /* System uses OXTABS instead of the expected TAB3. (Copied from
213 bsd386.h.) */ 210 bsd386.h.) */