diff src/sunplay.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 3d6bfa290dbd
children 8626e4521993
line wrap: on
line diff
--- a/src/sunplay.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/sunplay.c	Mon Aug 13 10:28:48 2007 +0200
@@ -35,23 +35,17 @@
 
 /* libaudio.h includes a header which defines CONST.  We temporarily
    undefine it in order to eliminate a compiler warning.  Yes, this is
-   a hack. */
+   a gross hack. */
 #undef CONST
 #include <multimedia/libaudio.h>
 #include <multimedia/audio_device.h>
-
 #undef CONST
-#ifdef CONST_IS_LOSING
-# define CONST
-#else
-# define CONST const
-#endif /* CONST */
+#define CONST const
 
 #ifdef emacs
 # include <config.h>
 # include "lisp.h"
 # include "sysdep.h"
-# include "emacsfns.h"
 # include <errno.h>
 #include "syssignal.h"
 # define perror(string) \