summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-08-28 16:26:45 -0400
committerJune McEnroe <june@causal.agency>2021-08-28 16:26:45 -0400
commitdbeb3bd21d7d8171a92c2bcbedd24f25190c4230 (patch)
treeb6436d9c3066116b1a9185489bc627a9a8886642
parentUse CapBits as length of Filters (diff)
downloadpounce-dbeb3bd21d7d8171a92c2bcbedd24f25190c4230.tar.gz
pounce-dbeb3bd21d7d8171a92c2bcbedd24f25190c4230.zip
Declare producer static
-rw-r--r--ring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ring.c b/ring.c
index 0a46b09..ed2c078 100644
--- a/ring.c
+++ b/ring.c
@@ -53,7 +53,7 @@ void ringAlloc(size_t len) {
 	ring.len = len;
 }
 
-size_t producer;
+static size_t producer;
 
 void ringProduce(const char *line) {
 	size_t i = producer++ & (ring.len - 1);
d=a498213aae6a95d46bf678eed299bc7695446c63&follow=1'>Update macOS neovim to 0.3.8June McEnroe 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe