diff options
Diffstat (limited to 'gdb/c-exp.h')
-rw-r--r-- | gdb/c-exp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/c-exp.h b/gdb/c-exp.h index a76f1bc..a6c084d 100644 --- a/gdb/c-exp.h +++ b/gdb/c-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 C_EXP_H -#define C_EXP_H +#ifndef GDB_C_EXP_H +#define GDB_C_EXP_H #include "expop.h" #include "objc-lang.h" @@ -217,4 +217,4 @@ public: }/* namespace expr */ -#endif /* C_EXP_H */ +#endif /* GDB_C_EXP_H */ |