[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug with enum and newline before brace
From: |
Peter Münster |
Subject: |
bug with enum and newline before brace |
Date: |
Tue, 02 Jun 2015 21:57:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
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 with enum and newline before brace,
Peter Münster <=