]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
flex: don't trust YY_USER_INIT
[bison.git] / src / scan-code.l
index f9968d1c71e0291dc14dd74248f39eafd9b3c977..1eb17eed03d6bd7a5ffc20b73f4f1ee49605ee58 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -346,15 +346,15 @@ show_sub_message (warnings warning,
       location id_loc;
 
       if (var->hidden_by)
-       {
-         id = var->hidden_by->id;
-         id_loc = var->hidden_by->loc;
-       }
+        {
+          id = var->hidden_by->id;
+          id_loc = var->hidden_by->loc;
+        }
       else
-       {
-         id = var->id;
-         id_loc = var->loc;
-       }
+        {
+          id = var->id;
+          id_loc = var->loc;
+        }
 
       /* Create the explanation message. */
       obstack_init (&msg_buf);