X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/60caf781730c686f8e927823de5216c8aca2636b..d711510305:/mts/smtp/smtp.h diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 6bf3f9e9..6de4e514 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -1,6 +1,4 @@ - -/* - * smtp.h -- definitions for the nmh SMTP Interface +/* smtp.h -- definitions for the nmh SMTP Interface */ /* length is the length of the string in text[], which is also NUL @@ -137,7 +135,7 @@ char *rp_string (int); /* - * SPECIFIC FALURE VALUES + * SPECIFIC FAILURE VALUES */ /* @@ -171,14 +169,6 @@ char *rp_string (int); #define RP_USER (RP_BNO | RP_CUSR | '\000') -/* - * Macros to access reply info - */ - -/* get the entire return value */ -#define rp_gval(val) ((signed char) (val)) - - /* * MACHINE DEPENDENCY * @@ -188,5 +178,4 @@ char *rp_string (int); */ /* is return value negative? */ -#define rp_isbad(val) (rp_gval (val) < 0) - +#define rp_isbad(val) (((signed char)(val)) < 0)