summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-02-06 02:20:59 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-02-06 02:20:59 +0000
commitcc5d24fa2530a9264cdde40b93345e8da7cbc0fa (patch)
treeb40d6eebb288edf456cdf7507b954275f46e1a3a
parentc1830909cfc979f97e45c90ffc0907986786468f (diff)
downloadxine-lib-cc5d24fa2530a9264cdde40b93345e8da7cbc0fa.tar.gz
xine-lib-cc5d24fa2530a9264cdde40b93345e8da7cbc0fa.tar.bz2
perr never used.
CVS patchset: 1477 CVS date: 2002/02/06 02:20:59
-rw-r--r--src/xine-utils/xineutils.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index eb69d0da3..28ffb7620 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xineutils.h,v 1.8 2002/01/25 19:21:39 jkeil Exp $
+ * $Id: xineutils.h,v 1.9 2002/02/06 02:20:59 f1rmb Exp $
*
*/
#ifndef XINEUTILS_H
@@ -545,12 +545,6 @@ void xine_probe_fast_memcpy(config_values_t *config);
/* Debugging/Monitoring */
-#ifdef __GNUC__
-#define perr(FMT,ARGS...) {fprintf(stderr, FMT, ##ARGS);fflush(stderr);}
-#else /* C99 version: */
-#define perr(...) {fprintf(stderr, __VA_ARGS__);fflush(stderr);}
-#endif
-
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || !defined(__GNUC__)
#define xlerror(...) do { \
printf("XINE lib %s:%d:(%s) ", __FILE__, __LINE__, __XINE_FUNCTION__); \