From c0ae12581c8f961ecad6d8ae1a1c4489c0e0abed Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 10 Oct 2015 11:56:20 -0700 Subject: Fix --enable-gcc-warnings problem with older GCC * src/puresize.h: Add INLINE_HEADER_BEGIN, INLINE_HEADER_END. This is for building with --enable-gcc-warnings with GCC 4.6 through 5.0. --- src/puresize.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/puresize.h') diff --git a/src/puresize.h b/src/puresize.h index d0926c65213..c61b31f2bde 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -16,6 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ +INLINE_HEADER_BEGIN + /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. At one point, this was defined in config.h, meaning that changing @@ -88,3 +90,5 @@ CHECK_IMPURE (Lisp_Object obj, void *ptr) if (PURE_P (ptr)) pure_write_error (obj); } + +INLINE_HEADER_END -- cgit v1.2.1