X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_scan.c;h=94285a6fbc02f2125cb854a947236bd7f2cbdfbd;hb=517661967774d60716ecff152c642b417195f900;hp=f72717756e280267f1b439b4873b63d658ab3856;hpb=b3628819b4ab903269cd83cc68e453b13534346c;p=mmh diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index f727177..94285a6 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -4,6 +4,9 @@ ** 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. +** +** This is the engine that processes the format instructions created by +** fmt_compile (found in fmt_compile.c). */ #include @@ -22,8 +25,6 @@ # include #endif -#define NFMTS MAXARGS - extern char *formataddr(); /* hook for custom address formatting */ extern int fmt_norm; /* defined in sbr/fmt_def.c = AD_NAME */