Skip to content

Commit 061644d

Browse files
committed
utf8.c: Remove no longer used #define
1 parent b48d541 commit 061644d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utf8.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
#include "perl.h"
3434
#include "invlist_inline.h"
3535

36-
#define MALFORMED_TEXT "Malformed UTF-8 character"
37-
static const char malformed_text[] = MALFORMED_TEXT;
36+
static const char malformed_text[] = "Malformed UTF-8 character";
3837
static const char unees[] =
3938
"Malformed UTF-8 character (unexpected end of string)";
4039

0 commit comments

Comments
 (0)