shithub: npe

Download patch

ref: 36657dd02d634756640faaf46f2bc782f0edf65f
parent: 6ba42ce618011fb7305efa1348210e137ee83298
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Mar 17 10:16:53 EDT 2021

stdbool.h: correct ifndef

--- a/include/npe/stdbool.h
+++ b/include/npe/stdbool.h
@@ -1,5 +1,5 @@
-#ifndef _stdbool_h_
-#define _stdbool_h_
+#ifndef _npe_stdbool_h_
+#define _npe_stdbool_h_
 
 typedef enum { false, true } bool;