diff options
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r-- | gdb/objc-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 879d747..6a8dc39 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.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/>. */ -#if !defined(OBJC_LANG_H) -#define OBJC_LANG_H +#ifndef GDB_OBJC_LANG_H +#define GDB_OBJC_LANG_H struct stoken; @@ -48,4 +48,4 @@ struct symbol *lookup_struct_typedef (const char *name, const struct block *block, int noerr); -#endif +#endif /* GDB_OBJC_LANG_H */ |