From b02f580f06996bd88f741f9c7330aff79216a169 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 1 Sep 2016 20:46:12 +0300 Subject: Merge multithreaded dfa into gawk. --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index c6c9af81..bb2fe437 100644 --- a/node.c +++ b/node.c @@ -752,7 +752,7 @@ str2wstr(NODE *n, size_t **ptr) * stopping early. This is particularly important * for match() where we need to build the indices. */ - if (dfa_using_utf8()) { + if (using_utf8()) { count = 1; wc = 0xFFFD; /* unicode replacement character */ goto set_wc; -- cgit v1.2.3