From: thib Date: Mon, 19 Jun 2000 12:44:33 +0000 (+0000) Subject: changed the name dt to td X-Git-Tag: ver1564~603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3893d81104c3186253eb89d5fa6d76f31e94f1a4;p=fcron changed the name dt to td --- 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))