From 1e0ad6edead5aae768536ca3e5b8a672a5672321 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Mon, 19 Jun 2000 12:44:33 +0000 Subject: [PATCH] changed the name dt to td --- option.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/option.h b/option.h index 4100508..8010389 100644 --- a/option.h +++ b/option.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: option.h,v 1.2 2000-06-18 13:14:57 thib Exp $ */ + /* $Id: option.h,v 1.3 2000-06-19 12:44:33 thib Exp $ */ /* read and set options of a line */ @@ -64,11 +64,11 @@ */ #define is_freq(opt) \ (_bit_test(opt, 0)) -#define is_dt(opt) \ +#define is_td(opt) \ ( ! _bit_test(opt, 0)) #define set_freq(opt) \ (_bit_set(opt, 0)) -#define set_dt(opt) \ +#define set_td(opt) \ (_bit_clear(opt, 0)) -- 2.47.3