X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffmtdump.c;h=9b326a3ce34f467af3ea30bc28cd143a2519d4f5;hp=e6561adcc3e6ec2c73cd4f73b80c3088f8c53469;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/uip/fmtdump.c b/uip/fmtdump.c index e6561ad..9b326a3 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -1,10 +1,10 @@ /* - * fmtdump.c -- compile format file and dump out instructions - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** fmtdump.c -- compile format file and dump out instructions +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include @@ -28,8 +28,8 @@ static struct format *lvec[128]; static int lused = 0; /* - * static prototypes - */ +** static prototypes +*/ static void fmt_dump (struct format *); static void dumpone(struct format *); static int findlabel(struct format *); @@ -97,8 +97,8 @@ main (int argc, char **argv) } /* - * Get new format string. Must be before chdir(). - */ + ** Get new format string. Must be before chdir(). + */ nfs = new_fs (form, format, FORMAT); ncomps = fmt_compile(nfs, &fmt);