]> diplodocus.org Git - nmh/commitdiff
h/mime.h: Delete unused isatom(c) macro.
authorRalph Corderoy <ralph@inputplus.co.uk>
Tue, 18 Apr 2017 14:37:54 +0000 (15:37 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Tue, 18 Apr 2017 14:37:54 +0000 (15:37 +0100)
h/mime.h

index 9cac94e5ad3ba80f888322936c9860cd9bfa2f82..be854425b2f426dcb29adea1b17f9ff09b54c0e5 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
 #define        MHBUILD_FILE_PSEUDOHEADER  PSEUDOHEADER_PREFIX "mhbuild-file-"
 #define        MHBUILD_ARGS_PSEUDOHEADER  PSEUDOHEADER_PREFIX "mhbuild-args-"
 
-#define        isatom(c)   (isascii((unsigned char) c) \
-                     && !isspace ((unsigned char) c) \
-                    && !iscntrl ((unsigned char) c) && (c) != '(' \
-                    && (c) != ')' && (c) != '<'  && (c) != '>' \
-                    && (c) != '@' && (c) != ','  && (c) != ';' \
-                    && (c) != ':' && (c) != '\\' && (c) != '"' \
-                    && (c) != '.' && (c) != '['  && (c) != ']')
-
 /*
  * Test for valid characters used in "token"
  * as defined in RFC2045