X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcharset-list.h;h=f47f57cb7ec699222d2b3e1511f4ff834d71f007;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=0ebd5320d0dfd6698655075185719215343293dd;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/charset-list.h b/gdb/charset-list.h index 0ebd5320d0..f47f57cb7e 100644 --- a/gdb/charset-list.h +++ b/gdb/charset-list.h @@ -1,6 +1,6 @@ /* List of character set names for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef CHARSET_LIST_H +#define CHARSET_LIST_H + /* Note that the first entry must always be "auto". The remaining entries were created by running this script: @@ -1188,3 +1191,5 @@ "WINSAMI2", \ "WS2", \ "YU", + +#endif /* CHARSET_LIST_H */