diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-23 02:03:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-23 02:03:36 +0000 |
commit | 7a58fb43f6d8d8d213370976f5e76cf57966f3dd (patch) | |
tree | 8751f24ebff950ae7f8251466919030033d85fe6 /src/sound.c | |
parent | 66ba97ee97808cfd088290e1a173e0c93459bf9f (diff) | |
download | emacs-7a58fb43f6d8d8d213370976f5e76cf57966f3dd.tar.gz |
Johannes Weiner <hannes at saeurebad.de>
(abs): Don't define abs now it's in lisp.h.
Diffstat (limited to 'src/sound.c')
-rw-r--r-- | src/sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c index 8b1bda8d6ef..0873fe8b82f 100644 --- a/src/sound.c +++ b/src/sound.c @@ -97,7 +97,6 @@ Boston, MA 02110-1301, USA. */ #endif /* WINDOWSNT */ /* BEGIN: Common Definitions */ -#define abs(X) ((X) < 0 ? -(X) : (X)) /* Symbols. */ |