From 7e1f5092d3a3dc601c5458ca575dc446788fec2c Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 2 Jun 2006 02:21:39 +0000 Subject: [PATCH] Use RCSID here as well. --- panel/panel.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/panel/panel.c b/panel/panel.c index 65025d73..db675f51 100644 --- a/panel/panel.c +++ b/panel/panel.c @@ -24,10 +24,7 @@ #include #include -#ifdef PDCDEBUG -const char *rcsid_panel = - "$Id: panel.c,v 1.19 2006/03/01 08:04:34 wmcbrine Exp $"; -#endif +RCSID("$Id: panel.c,v 1.20 2006/06/02 02:21:39 wmcbrine Exp $"); /*man-start*********************************************************************