maint.mk: use more readable (yet functionally equivalent) quoting
authorJim Meyering <meyering@redhat.com>
Sat, 28 Jan 2012 09:16:25 +0000 (10:16 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 28 Jan 2012 09:16:25 +0000 (10:16 +0100)
commite55b2563934c2d4b9c20c0d678a922e871aa25f8
treea0963f09e074cacaef8c5a9a6c6985d3adc33965
parentba7b7388f820b620ad4f92d263f7037dd7c89bfc
maint.mk: use more readable (yet functionally equivalent) quoting

It is common to quote a single quote in a single quoted string like
this:  '...'\''...'.  Unless you know the idiom, that looks like
gibberish, so prefer to double-quote the string when possible.
Then you can use a more readable, lone single quote: "...'..."
* top/maint.mk (sc_cast_of_argument_to_free): Quoting like this
"don't" is more readable than the equivalent 'don'\''t'.
(sc_cast_of_x_alloc_return_value): Likewise.
(sc_cast_of_alloca_return_value): Likewise.
(sc_makefile_path_separator_check): Similar: use ":" in '...',
rather than '\'':'\''.
ChangeLog
top/maint.mk