aboutsummaryrefslogtreecommitdiff
path: root/gdb/yy-remap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/yy-remap.h')
-rw-r--r--gdb/yy-remap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/yy-remap.h b/gdb/yy-remap.h
index 494c608..579b7d2 100644
--- a/gdb/yy-remap.h
+++ b/gdb/yy-remap.h
@@ -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 */