changeset 16107:3b791008b88e

give name to anonymous enum * lex.h (class lexical_feedback::bbp_nesting_level): Name anonymous enum "bracket_type".
author John W. Eaton <jwe@octave.org>
date Mon, 25 Feb 2013 23:49:43 -0500
parents 031117f4db7c
children 3cce6b4e0f7c
files libinterp/parse-tree/lex.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.h	Mon Feb 25 23:48:32 2013 -0500
+++ b/libinterp/parse-tree/lex.h	Mon Feb 25 23:49:43 2013 -0500
@@ -85,7 +85,7 @@
   {
   private:
 
-    enum
+    enum bracket_type
       {
         BRACKET = 1,
         BRACE = 2,