forked from Imagelibrary/binutils-gdb
Run check-include-guards.py
This patch is the result of running check-include-guards.py on the current tree. Running it a second time causes no changes. Reviewed-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user