Split rank_one_type_parm_complex from rank_one_type
[deliverable/binutils-gdb.git] / gdb / yy-remap.h
index 09b0a892d4e416df5098f6a527a86909e279b0bf..579b7d2aee6a9d30ff4eb388ad9cbb5c946c9289 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1986-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -15,6 +15,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef YY_REMAP_H
+#define YY_REMAP_H
+
 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
    etc), as well as gratuitiously global symbol names, so we can have
    multiple yacc generated parsers in gdb.  Note that these are only
@@ -90,3 +93,5 @@
 #endif
 
 #define YYFPRINTF parser_fprintf
+
+#endif /* YY_REMAP_H */
This page took 0.024445 seconds and 4 git commands to generate.