summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-10-10 11:56:20 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-10-10 11:57:36 -0700
commitc0ae12581c8f961ecad6d8ae1a1c4489c0e0abed (patch)
tree29a311e970609faa7ca67fc877f6ac69eeeeea52 /src/puresize.h
parent5b2c9f4339c6cd9778b099268fcfee87a888324d (diff)
downloademacs-c0ae12581c8f961ecad6d8ae1a1c4489c0e0abed.tar.gz
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.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
+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