[Github-comments] [geany/geany] Tag parsing problem on C++ code with extern "C" block (Issue #3189)

Sergey Grunenko notifications at github.com
Sun May 1 16:24:30 UTC 2022


In this fragment of C++ code geany found:
main function only.

```C++
#include <iostream>

int main(int argc, char **argv)
{
	return 0;
}

extern "C"
{
    void f() {}
}
```

Geany 1.38 (build 2021-09-01 or later)
Used GTK+ v3.24.30 and GLib v2.70.0 runtime libs

#349

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3189
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3189 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220501/866da99f/attachment-0001.htm>


More information about the Github-comments mailing list