# HG changeset patch # User Mike Miller # Date 1456276321 28800 # Node ID 0705248d47bf18b072a2d8067b2f4c442b383e56 # Parent fd4ff31b3eedc8b05b19f1d20557900bde5c0c1a * prog_cxx.m4: Fix syntax error in comment block in cset fd4ff31b3eed diff -r fd4ff31b3eed -r 0705248d47bf m4/prog_cxx.m4 --- a/m4/prog_cxx.m4 Tue Feb 23 16:48:04 2016 -0800 +++ b/m4/prog_cxx.m4 Tue Feb 23 17:12:01 2016 -0800 @@ -318,10 +318,10 @@ std::vector> v1; } { -dnl FIXME: Octave-specific change, this feature test is modified from the -dnl original Autoconf source. The "const" type qualifier is strictly required, -dnl needed for this test to pass with clang for example. // Unicode literals + // FIXME: Octave-specific change, this feature test is modified from the + // original Autoconf source. The "const" type qualifier is strictly required, + // needed for this test to pass with clang for example. const char *utf8 = u8"UTF-8 string \u2500"; const char16_t *utf16 = u"UTF-8 string \u2500"; const char32_t *utf32 = U"UTF-32 string \u2500";