diff options
Diffstat (limited to 'gdb/xml-builtin.h')
-rw-r--r-- | gdb/xml-builtin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/xml-builtin.h b/gdb/xml-builtin.h index 417771e..463e0fb 100644 --- a/gdb/xml-builtin.h +++ b/gdb/xml-builtin.h @@ -17,12 +17,12 @@ 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 XML_BUILTIN_H -#define XML_BUILTIN_H +#ifndef GDB_XML_BUILTIN_H +#define GDB_XML_BUILTIN_H /* The text of compiled-in XML documents, from xml-builtin.c (generated). */ extern const char *const xml_builtin[][2]; -#endif /* XML_BUILTIN_H */ +#endif /* GDB_XML_BUILTIN_H */ |