From e90f081901eb7f71b87e050bf939a94ccdcac302 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 31 Jul 2024 17:35:29 -0500 Subject: [PATCH] update sl.h with upstream version --- dep/sl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/sl.h b/dep/sl.h index 4a55c70..42f49c1 100644 --- a/dep/sl.h +++ b/dep/sl.h @@ -4,6 +4,7 @@ // define SL_IMPL before including this file in a source file #ifndef SL_SINGLEFILE_H #define SL_SINGLEFILE_H +#define SL_IMPL_NO_INCLUDE #line 1 "sl.h" #ifndef SL_H #define SL_H @@ -46,7 +47,6 @@ long slcount(const slist_t *sl); #ifdef SL_IMPL #ifndef SL_IMPL_ONCE #define SL_IMPL_ONCE -#define SL_IMPL_NO_INCLUDE #line 1 "sl.c" #ifndef SL_IMPL_NO_INCLUDE #include "sl.h"