From 27cd80938327388bcbed615dbbdba0eddd16a255 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 8 Sep 2021 10:18:51 +0900 Subject: unposted: add 'static' to shinsavestack (cherry picked from commit 309d899507adc62de5a6c37c32386898b44895fd) --- Src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/input.c b/Src/input.c index 874776c59..18228b37d 100644 --- a/Src/input.c +++ b/Src/input.c @@ -150,7 +150,7 @@ struct shinsaveentry { }; /* SHIN buffer save stack */ -struct shinsaveentry *shinsavestack; +static struct shinsaveentry *shinsavestack; /* Reset the input buffer for SHIN, discarding any pending input */ -- cgit 1.4.1