# HG changeset patch # User Stefan Monnier # Date 1074657841 0 # Node ID a41b8fecf2d3d53c4271a0c47027b0bae0f11e79 # Parent c7d570b7ba42628f6f13c17969ac5215aa068eae (__attribute__): Remove outdated workaround. diff -r c7d570b7ba42 -r a41b8fecf2d3 src/s/darwin.h --- 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)