Reformated comments and long lines
[mmh] / h / mime.h
index 9773293..dc37db2 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -1,6 +1,6 @@
 /*
- * mime.h -- definitions for MIME
- */
+** mime.h -- definitions for MIME
+*/
 
 #define VRSN_FIELD      "MIME-Version"
 #define VRSN_VALUE      "1.0"
@@ -19,9 +19,9 @@
                        && (c) != '.' && (c) != '['  && (c) != ']')
 
 /*
- * Test for valid characters used in "token"
- * as defined in RFC2045
- */
+** Test for valid characters used in "token"
+** as defined in RFC2045
+*/
 #define istoken(c)  (!isspace (c) && !iscntrl (c) && (c) != '(' \
                        && (c) != ')' && (c) != '<'  && (c) != '>' \
                        && (c) != '@' && (c) != ','  && (c) != ';' \