diff options
Diffstat (limited to 'gdbsupport/gdb_regex.h')
-rw-r--r-- | gdbsupport/gdb_regex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/gdb_regex.h b/gdbsupport/gdb_regex.h index aeb1bb9..76264e5 100644 --- a/gdbsupport/gdb_regex.h +++ b/gdbsupport/gdb_regex.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 GDB_REGEX_H -#define GDB_REGEX_H 1 +#ifndef GDBSUPPORT_GDB_REGEX_H +#define GDBSUPPORT_GDB_REGEX_H # include "xregex.h" @@ -54,4 +54,4 @@ private: regex_t m_pattern; }; -#endif /* not GDB_REGEX_H */ +#endif /* GDBSUPPORT_GDB_REGEX_H */ |