X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fvarobj-iter.h;h=0422492c6dd15e6e7b269f9b34265fd278c486bc;hb=60db1b8565060f4bd2287b060ea9724c93289982;hp=7eed4f18454e6de10f43f980de31d082247bc2f6;hpb=387687511347d5e978bb47d193fe67c25e0e10a6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/varobj-iter.h b/gdb/varobj-iter.h index 7eed4f1845..0422492c6d 100644 --- a/gdb/varobj-iter.h +++ b/gdb/varobj-iter.h @@ -1,5 +1,5 @@ /* Iterator of varobj. - Copyright (C) 2013-2017 Free Software Foundation, Inc. + Copyright (C) 2013-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,6 +14,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef VAROBJ_ITER_H +#define VAROBJ_ITER_H + /* A node or item of varobj, composed of the name and the value. */ typedef struct varobj_item @@ -70,3 +73,5 @@ struct varobj_iter_ops xfree (ITER); \ } \ } while (0) + +#endif /* VAROBJ_ITER_H */