diff options
Diffstat (limited to 'gdb/expop.h')
-rw-r--r-- | gdb/expop.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/expop.h b/gdb/expop.h index af031f5..a7b2c1b 100644 --- a/gdb/expop.h +++ b/gdb/expop.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 EXPOP_H -#define EXPOP_H +#ifndef GDB_EXPOP_H +#define GDB_EXPOP_H #include "c-lang.h" #include "cp-abi.h" @@ -2216,4 +2216,4 @@ public: } /* namespace expr */ -#endif /* EXPOP_H */ +#endif /* GDB_EXPOP_H */ |