]> granicus.if.org Git - fcron/commitdiff
changed the name dt to td
authorthib <thib>
Mon, 19 Jun 2000 12:44:33 +0000 (12:44 +0000)
committerthib <thib>
Mon, 19 Jun 2000 12:44:33 +0000 (12:44 +0000)
option.h

index 410050895d287e5e62501e2f880296e451a113b4..80103894c33ef05f25d4ab4b05b364b3aa1d8c82 100644 (file)
--- 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 */
 
 */
 #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))