summaryrefslogtreecommitdiff
path: root/modules/format.c
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2001-08-19 10:53:56 +0000
committerEric Blake <ebb9@byu.net>2007-10-05 17:12:24 -0600
commit0a7af6da176dd12bcb96b52a6cbc60cea12202b6 (patch)
treec981a92937dd8a725c1204e88d172f171b541911 /modules/format.c
parent96f4a9aec45acc4d4b6eea03e6e8bae41eff7bb5 (diff)
downloadm4-0a7af6da176dd12bcb96b52a6cbc60cea12202b6.tar.gz
* c-boxes.el: Deleted.
* m4/builtin.c: Reformat box comments to be closer to GNU standards. * m4/debug.c: Ditto. * m4/eval.c: Ditto. * m4/evalparse.c: Ditto. * m4/input.c: Ditto. * m4/m4module.h: Ditto. * m4/macro.c: Ditto. * m4/output.c: Ditto. * m4/symtab.c: Ditto. * m4/utility.c: Ditto. * modules/changeword.c: Ditto. * modules/format.c: Ditto. * modules/gnu.c: Ditto. * modules/load.c: Ditto. * modules/m4.c: Ditto. * modules/modtest.c: Ditto. * modules/mpeval.c: Ditto. * modules/perl.c: Ditto. * modules/shadow.c: Ditto. * modules/stdlib.c: Ditto. * modules/time.c: Ditto. * src/freeze.c: Ditto. * src/main.c: Ditto.
Diffstat (limited to 'modules/format.c')
-rw-r--r--modules/format.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/modules/format.c b/modules/format.c
index f596a119..09046387 100644
--- a/modules/format.c
+++ b/modules/format.c
@@ -64,10 +64,7 @@ ulong_to_str (register unsigned long val, char *str, int base,
return s;
}
-/*-----------------------------------------.
-| Clear trailing zeroes, return argument. |
-`-----------------------------------------*/
-
+/* Clear trailing zeroes, return argument. */
static char *
clr0 (char *s)
{
@@ -107,12 +104,9 @@ clr0 (char *s)
(--argc, argv++, atof (M4_TOKEN_DATA_TEXT (argv[-1]))))
-/*------------------------------------------------------------------------.
-| The main formatting function. Output is placed on the obstack OBS, the |
-| first argument in ARGV is the formatting string, and the rest is |
-| arguments for the string. |
-`------------------------------------------------------------------------*/
-
+/* The main formatting function. Output is placed on the obstack OBS, the
+ first argument in ARGV is the formatting string, and the rest is
+ arguments for the string. */
void format M4_PARAMS((struct obstack *obs, int argc, m4_token_data **argv));
void