changed conditional command flag from C to F
authorKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Tue, 6 Jan 1981 10:13:01 +0000 (02:13 -0800)
committerKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Tue, 6 Jan 1981 10:13:01 +0000 (02:13 -0800)
SCCS-vsn: usr.bin/mail/def.h 1.7

usr/src/usr.bin/mail/def.h

index cf16e5d..7593680 100644 (file)
@@ -9,7 +9,7 @@
 #undef isdigit
 
 /*
 #undef isdigit
 
 /*
- * Sccs Id = "@(#)def.h        1.6 %G%";
+ * Sccs Id = "@(#)def.h        1.7 %G%";
  */
 
 /*
  */
 
 /*
@@ -102,7 +102,7 @@ struct cmd {
 #define        I       0100            /* Interactive command bit */
 #define        M       0200            /* Illegal from send mode bit */
 #define        W       0400            /* Illegal when read only bit */
 #define        I       0100            /* Interactive command bit */
 #define        M       0200            /* Illegal from send mode bit */
 #define        W       0400            /* Illegal when read only bit */
-#define        C       01000           /* Is a conditional command */
+#define        F       01000           /* Is a conditional command */
 #define        T       02000           /* Is a transparent command */
 
 /*
 #define        T       02000           /* Is a transparent command */
 
 /*