From: NeilBrown Date: Tue, 3 Jun 2014 10:06:26 +0000 (+1000) Subject: scanner: provide wchar includes for all clients of library. X-Git-Tag: workingparser~54 X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=8ecc6c8f8ce729f066c7e1bd0fddfd4c8859ed30 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 --- 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