From c289784d49efbc83acf0df08d9448372db745f44 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 16 Jun 2015 06:05:06 -0400 Subject: [PATCH] revert recent const addition in cppregex.cpp --- sys/share/cppregex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/share/cppregex.cpp b/sys/share/cppregex.cpp index 4fdd59b61..840d7f939 100644 --- a/sys/share/cppregex.cpp +++ b/sys/share/cppregex.cpp @@ -10,7 +10,7 @@ extern "C" { #include - const char regex_id[] = "cppregex"; + char regex_id[] = "cppregex"; struct nhregex { std::unique_ptr re;