Closed lllama closed 11 years ago
The current grepify comments regexs will exclude #define statements.
Suggested fix is to replace
^\s*# with
^\s*#(?!define)
Fixed in de89801658fb43bd9c4ce1858233ab53e05eb7d1
The current grepify comments regexs will exclude #define statements.
Suggested fix is to replace
^\s*# with
^\s*#(?!define)