From 089c8bfc743edc44058a665bbe695809c26c682c Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 Jun 2018 11:16:54 -0400 Subject: internal headers: add missing guards and notes, remove unneeded notes. --- src/internal/slibtool_errinfo_impl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/internal/slibtool_errinfo_impl.h') diff --git a/src/internal/slibtool_errinfo_impl.h b/src/internal/slibtool_errinfo_impl.h index 58d6aff..a1d3b61 100644 --- a/src/internal/slibtool_errinfo_impl.h +++ b/src/internal/slibtool_errinfo_impl.h @@ -4,6 +4,9 @@ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ +#ifndef SLIBTOOL_ERRINFO_IMPL_H +#define SLIBTOOL_ERRINFO_IMPL_H + #include #include @@ -78,3 +81,5 @@ int slbt_record_error( __LINE__, \ SLBT_ERROR_NESTED, \ 0) + +#endif -- cgit v1.2.3