changeset 21328:0705248d47bf

* prog_cxx.m4: Fix syntax error in comment block in cset fd4ff31b3eed
author Mike Miller <mtmiller@octave.org>
date Tue, 23 Feb 2016 17:12:01 -0800
parents fd4ff31b3eed
children 1d8e020d86df
files m4/prog_cxx.m4
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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<std::pair<int,char*>> 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";