From 3127746e1c5864e767914a2fbeaf4564be79e2c8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 20 Jan 2020 10:37:15 +0000 Subject: Make the code more readable by introducing symbolic constants for tagging priorities. This review also made me find a minor bug: do not upgrade TAG_FALLBACK to TAG_WEAK when there is trailing whitespace. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 6cc712a2..61fee88f 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.340 2019/07/28 19:41:21 schwarze Exp $ */ +/* $Id: main.c,v 1.341 2020/01/20 10:37:15 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2012, 2014-2019 Ingo Schwarze @@ -32,6 +32,7 @@ #include #include #include +#include #if HAVE_SANDBOX_INIT #include #endif -- cgit v1.2.3