summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-05-29 22:01:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-05-29 22:01:06 -0400
commitf9a59c989a6012d256d93de4f052cc393b4cc911 (patch)
tree29b0123b214b515529904815479b66901846733e /regexp.h
parentefbe0e532ca914af071ffbd40bfc8932fab1ecf9 (diff)
downloadperl-f9a59c989a6012d256d93de4f052cc393b4cc911.tar.gz
Undo 63b558ddd980cd36bcbd8a7465a3412e886ba75e.
(For some odd reason assert() cannot be found and Jenkins becomes apoplectic.)
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 59d5ee2beb..db7ae8be01 100644
--- a/regexp.h
+++ b/regexp.h
@@ -382,7 +382,7 @@ get_regex_charset_name(const U32 flags, STRLEN* const lenp)
*lenp = 2;
return ASCII_MORE_RESTRICT_PAT_MODS;
default:
- NOT_REACHED; /* NOTREACHED */
+ return "?"; /* Unknown */
}
}