]> diplodocus.org Git - nmh/blobdiff - h/mime.h
content_error(): Add missing va_end(3).
[nmh] / h / mime.h
index 9cac94e5ad3ba80f888322936c9860cd9bfa2f82..e389b28463ed41c4820b3b0541aea517c8e0fc7b 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -1,6 +1,4 @@
-
-/*
- * mime.h -- definitions for MIME
+/* mime.h -- definitions for MIME
  */
 
 #define        VRSN_FIELD      "MIME-Version"
 #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
@@ -59,4 +49,3 @@
 #define        BPERLIN (CPERLIN / 4)
 #define        LPERMSG 632
 #define        CPERMSG (LPERMSG * CPERLIN)
-