X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcharset-list.h;h=8ec1f1b4e428b68a983cb6aaee492753e579768a;hb=e671856cb804c977650aaeb4107948a7b963e9e9;hp=e6aea21f193adc83cee709b86b9133ec45ebe4b7;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/charset-list.h b/gdb/charset-list.h index e6aea21f19..8ec1f1b4e4 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, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2019 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 */