From 8ecc6c8f8ce729f066c7e1bd0fddfd4c8859ed30 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 3 Jun 2014 20:06:26 +1000 Subject: [PATCH] scanner: provide wchar includes for all clients of library. As we tokens found by the scanner contain unicode, we should encourage clients of the library to include the unicode/wchar headers. Signed-off-by: NeilBrown --- csrc/scanner.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/scanner.mdc b/csrc/scanner.mdc index 0e15d8e..0bd30b0 100644 --- a/csrc/scanner.mdc +++ b/csrc/scanner.mdc @@ -19,7 +19,7 @@ The text is assumed to be UTF-8 though some matching assumes the ASCII subset. If the text provided does not conform to UTF-8 an error will be reported and some number of bytes will be skipped. -###### includes +###### public types #include #include #include -- 2.43.0