nccgroup / ncccodenavi

NCC Code Navigator
GNU Affero General Public License v3.0
55 stars 10 forks source link

Grepify comments ignore excluded #define statements #20

Closed lllama closed 11 years ago

lllama commented 11 years ago

The current grepify comments regexs will exclude #define statements.

Suggested fix is to replace

^\s*# with

^\s*#(?!define)

olliencc commented 11 years ago

Fixed in de89801658fb43bd9c4ce1858233ab53e05eb7d1