pkgsrc-ng/editors/emacs21/patches/patch-src_syntax.c
2016-11-18 22:39:22 +01:00

23 lines
624 B
C

$NetBSD: patch-src_syntax.c,v 1.1 2016/05/03 09:41:20 wiz Exp $
--- src/syntax.c.orig 2001-09-08 14:30:12.000000000 +0000
+++ src/syntax.c
@@ -316,7 +316,7 @@ char_quoted (charpos, bytepos)
/* Return the bytepos one character after BYTEPOS.
We assume that BYTEPOS is not at the end of the buffer. */
-INLINE int
+static INLINE int
inc_bytepos (bytepos)
int bytepos;
{
@@ -330,7 +330,7 @@ inc_bytepos (bytepos)
/* Return the bytepos one character before BYTEPOS.
We assume that BYTEPOS is not at the start of the buffer. */
-INLINE int
+static INLINE int
dec_bytepos (bytepos)
int bytepos;
{