aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-01-21 04:04:01 +0000
committerStefan Monnier2004-01-21 04:04:01 +0000
commit4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9 (patch)
tree4c21711ae1a18d74ca598ba2a0fdaa09549a3391 /src
parent6839cd15009221d4d5d692a56ac201230965df5d (diff)
downloademacs-4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9.tar.gz
emacs-4fa2eaa05cff2e956ab91f62a9bc44cd281b3ff9.zip
(__attribute__): Remove outdated workaround.
Diffstat (limited to 'src')
-rw-r--r--src/s/darwin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 32db3e3364b..abc56901e17 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -1,5 +1,5 @@
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
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -203,9 +203,6 @@ Boston, MA 02111-1307, USA. */
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