[Github-comments] [geany] C++ is not C (#970)
Matthew Brush
notifications at xxxxx
Mon Mar 21 04:44:36 UTC 2016
Somewhat related, in C, this...
```c
typedef struct FOO FOO;
```
...doesn't define `struct FOO`, yet if you use the undefined `struct FOO`, it's highlighted because the typedef `FOO` overrides the undefined struct type. But if you put...
```c
typedef struct FOO_ FOO;
```
... `struct FOO_` isn't highlighted.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/970#issuecomment-199119789
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160320/32cf94b9/attachment.html>
More information about the Github-comments
mailing list