aboutsummaryrefslogtreecommitdiff
path: root/gdb/stap-probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stap-probe.h')
-rw-r--r--gdb/stap-probe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/stap-probe.h b/gdb/stap-probe.h
index 1401b87..e757d80 100644
--- a/gdb/stap-probe.h
+++ b/gdb/stap-probe.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 (STAP_PROBE_H)
-#define STAP_PROBE_H 1
+#ifndef GDB_STAP_PROBE_H
+#define GDB_STAP_PROBE_H
#include "parser-defs.h"
@@ -66,4 +66,4 @@ struct stap_parse_info
int inside_paren_p;
};
-#endif /* !defined (STAP_PROBE_H) */
+#endif /* GDB_STAP_PROBE_H */