danmar / simplecpp

C++ preprocessor
BSD Zero Clause License
204 stars 80 forks source link

Multiline Pragma Directive False Positive #369

Closed nelsoncj-ibm closed 13 hours ago

nelsoncj-ibm commented 1 day ago

When #pragma is a multiline directive, simplecpp doesn't mark the directive as a multiline resulting in a false positive of the end parenthesis ')'.

danmar commented 13 hours ago

Thanks!