From a517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 15:08:30 +0100 Subject: maint: src/*.c: change remaining quotes (without embedded spaces) Run this (twice): git grep -E -l '`[^ ]+'\' src/*.c \ |xargs perl -pi -e 's/`([^ ]+'\'')/'\''$1/' --- src/fmt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fmt.c') diff --git a/src/fmt.c b/src/fmt.c index 42e7bbc7c..c75bd9442 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -31,7 +31,7 @@ #include "quote.h" #include "xstrtol.h" -/* The official name of this program (e.g., no `g' prefix). */ +/* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "fmt" #define AUTHORS proper_name ("Ross Paterson") @@ -474,7 +474,7 @@ fmt (FILE *f) } } -/* Set the global variable `other_indent' according to SAME_PARAGRAPH +/* Set the global variable 'other_indent' according to SAME_PARAGRAPH and other global variables. */ static void @@ -864,7 +864,7 @@ fmt_paragraph (void) start->line_length = len; } - /* This is a kludge to keep us from computing `len' as the + /* This is a kludge to keep us from computing 'len' as the sum of the sentinel length and some non-zero number. Since the sentinel w->length may be INT_MAX, adding to that would give a negative result. */ -- cgit v1.2.3-54-g00ecf