Reformated comments and long lines
[mmh] / h / scansbr.h
index d3b1c9f..bba2b44 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * scansbr.h -- definitions for scan()
- */
+** scansbr.h -- definitions for scan()
+*/
 
 extern char *scanl;
 
@@ -12,8 +12,8 @@ extern char *scanl;
 #define SCNFAT  (-3)  /* fatal error                          */
 
 /*
- * default format for `scan' and `inc'
- */
+** default format for `scan' and `inc'
+*/
 #ifndef UK
 # define FORMAT \
 "%4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\
@@ -33,6 +33,6 @@ extern char *scanl;
 #define WIDTH  78
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int scan (FILE *, int, int, char *, int, int, int, char *, long, int);