diff options
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r-- | gdb/go-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h index 1aca9dd..030febc 100644 --- a/gdb/go-lang.h +++ b/gdb/go-lang.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#if !defined (GO_LANG_H) -#define GO_LANG_H 1 +#ifndef GDB_GO_LANG_H +#define GDB_GO_LANG_H struct type_print_options; @@ -144,4 +144,4 @@ public: { return true; } }; -#endif /* !defined (GO_LANG_H) */ +#endif /* GDB_GO_LANG_H */ |