uxmal / reko

Reko is a binary decompiler.

Home Page:https://uxmal.github.io/reko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treat "Form Feed" character as whitespace in C Lexer

ptomin opened this issue · comments

"Form feed" (U+000C) character can be found at old Windows headers. It should be processed as whitespace.

The form feed character is now treated as whitespace by the C parser.