We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48d541 commit 061644dCopy full SHA for 061644d
utf8.c
@@ -33,8 +33,7 @@
33
#include "perl.h"
34
#include "invlist_inline.h"
35
36
-#define MALFORMED_TEXT "Malformed UTF-8 character"
37
-static const char malformed_text[] = MALFORMED_TEXT;
+static const char malformed_text[] = "Malformed UTF-8 character";
38
static const char unees[] =
39
"Malformed UTF-8 character (unexpected end of string)";
40
0 commit comments