Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfd
[deliverable/binutils-gdb.git] / gdb / charset-list.h
index d0eff82906dce7b84fc64be7bbf4f9ae7dff1aa4..f47f57cb7ec699222d2b3e1511f4ff834d71f007 100644 (file)
@@ -1,6 +1,6 @@
 /* List of character set names for GDB.
 
-   Copyright (C) 2009-2012 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 <http://www.gnu.org/licenses/>.  */
 
+#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:
    
 "WINSAMI2", \
 "WS2", \
 "YU",
+
+#endif /* CHARSET_LIST_H */
This page took 0.024126 seconds and 4 git commands to generate.