diff options
Diffstat (limited to 'gdb/ada-exp.h')
-rw-r--r-- | gdb/ada-exp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ada-exp.h b/gdb/ada-exp.h index 53d4898..0c8161e 100644 --- a/gdb/ada-exp.h +++ b/gdb/ada-exp.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 ADA_EXP_H -#define ADA_EXP_H +#ifndef GDB_ADA_EXP_H +#define GDB_ADA_EXP_H #include "expop.h" @@ -991,4 +991,4 @@ public: } /* namespace expr */ -#endif /* ADA_EXP_H */ +#endif /* GDB_ADA_EXP_H */ |