aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c-support.h')
-rw-r--r--gdb/c-support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/c-support.h b/gdb/c-support.h
index 3718181..30858d1 100644
--- a/gdb/c-support.h
+++ b/gdb/c-support.h
@@ -16,8 +16,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 C_SUPPORT_H
-#define C_SUPPORT_H
+#ifndef GDB_C_SUPPORT_H
+#define GDB_C_SUPPORT_H
#include "safe-ctype.h"
@@ -43,4 +43,4 @@ c_ident_is_alnum (unsigned char ch)
return ISALNUM (ch) || ch >= 0x80;
}
-#endif /* C_SUPPORT_H */
+#endif /* GDB_C_SUPPORT_H */