mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
23 lines
624 B
C
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;
|
|
{
|