Change the ifndef guard from FOO_H_ to FOO_HPP_ to keep it consistent with
authorKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 11:45:20 +0000 (13:45 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 11:45:20 +0000 (13:45 +0200)
the filename.

src/common_stub.hpp

index ad15256..6bfb57d 100644 (file)
@@ -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