Mercurial > emacs
changeset 53652:a41b8fecf2d3
(__attribute__): Remove outdated workaround.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Jan 2004 04:04:01 +0000 |
parents | c7d570b7ba42 |
children | 6f2b0bb10619 |
files | src/s/darwin.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/darwin.h Wed Jan 21 04:02:39 2004 +0000 +++ b/src/s/darwin.h Wed Jan 21 04:04:01 2004 +0000 @@ -1,5 +1,5 @@ /* System description header file for Darwin (Mac OS X). - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 02, 2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -203,9 +203,6 @@ /* Fix compilation problem for regex.c. */ #define __restrict -/* Fix compilation problem for md5.c. */ -#define __attribute__(x) - /* Used in dispnew.c. Copied from freebsd.h. */ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)