|
From: | Shigio YAMAGUCHI |
Subject: | Re: bug with enum and newline before brace |
Date: | Wed, 3 Jun 2015 10:01:04 +0900 |
Hi,
In the following example, E1 is found, but E2 is not:
--8<---------------cut here---------------start------------->8---
enum my_enum1 {
E1
};
enum my_enum2
{
E2
};
--8<---------------cut here---------------end--------------->8---
--
Peter
_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global
[Prev in Thread] | Current Thread | [Next in Thread] |