From f1181ec507d05a2f9ff5371b282a26f8d6e1ff7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 18 Apr 2012 13:45:20 +0200 Subject: [PATCH] Change the ifndef guard from FOO_H_ to FOO_HPP_ to keep it consistent with the filename. --- src/common_stub.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common_stub.hpp b/src/common_stub.hpp index ad15256..6bfb57d 100644 --- a/src/common_stub.hpp +++ b/src/common_stub.hpp @@ -1,5 +1,5 @@ -#ifndef COMMON_STUB_H_ -#define COMMON_STUB_H_ +#ifndef COMMON_STUB_HPP_ +#define COMMON_STUB_HPP_ extern "C" { #define CAML_NAME_SPACE -- 2.17.1