#! /bin/sh /usr/share/dpatch/dpatch-run
## 01rclock_invalid_ifdef.dpatch by <root@>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: rclock invalid #ifdef test
@DPATCH@
--- rxvt-beta/rclock/rclock.c.orig 2002-08-08 00:32:14.000000000 +0000
+++ rxvt-beta/rclock/rclock.c 2006-10-09 22:16:15.000000000 +0000
@@ -955,7 +955,7 @@
* I believe this should be drawn always so it does not get
* "swept away" by the minute hand.
*/
-#ifdef REMINDERS && DATE_ON_CLOCK_FACE
+#if defined(REMINDERS) && defined(DATE_ON_CLOCK_FACE)
if( show_date)
{
char date[10];