diff options
Diffstat (limited to 'gdb/charset-list.h')
-rw-r--r-- | gdb/charset-list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/charset-list.h b/gdb/charset-list.h index c4d0867..9da3da2 100644 --- a/gdb/charset-list.h +++ b/gdb/charset-list.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/>. */ -#ifndef CHARSET_LIST_H -#define CHARSET_LIST_H +#ifndef GDB_CHARSET_LIST_H +#define GDB_CHARSET_LIST_H /* Note that the first entry must always be "auto". The remaining entries were created by running this script: @@ -1192,4 +1192,4 @@ "WS2", \ "YU", -#endif /* CHARSET_LIST_H */ +#endif /* GDB_CHARSET_LIST_H */ |