From 663b624c65c13fc5e33ef45850d1deaa4a5cf7e9 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 7 Apr 2007 19:07:02 +0000 Subject: [PATCH] XC_say(), not XCsay(). Prevented compilation with PDCDEBUG defined. Report by M.H. --- x11/pdcx11.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/pdcx11.h b/x11/pdcx11.h index ae2ae4dd..67f8aa40 100644 --- a/x11/pdcx11.h +++ b/x11/pdcx11.h @@ -11,7 +11,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: pdcx11.h,v 1.56 2006/12/01 07:56:03 wmcbrine Exp $ */ +/* $Id: pdcx11.h,v 1.57 2007/04/07 19:07:02 wmcbrine Exp $ */ #ifdef HAVE_CONFIG_H # include @@ -182,7 +182,7 @@ signal_handler XCursesSetSignal(int, signal_handler); #ifdef PDCDEBUG void XC_say(const char *msg); -# define XC_LOG(x) XCsay x +# define XC_LOG(x) XC_say x #else # define XC_LOG(x) #endif