X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcharset-list.h;h=f47f57cb7ec699222d2b3e1511f4ff834d71f007;hb=b76f3a42371cb0d83a1128a434852447da76b5e9;hp=cc8a05c3ccea014539e164360dfcca85bb4683f1;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/charset-list.h b/gdb/charset-list.h index cc8a05c3cc..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, 2010 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 */