From 402f5b4777897f0400a6a3e710452f6f64edb7d2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 16 Apr 2024 10:39:47 +0200 Subject: Change private symbol prefix from ‘__’ to ‘_’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/optparse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/optparse.h') diff --git a/include/optparse.h b/include/optparse.h index 5f7eafd..7e2c315 100644 --- a/include/optparse.h +++ b/include/optparse.h @@ -3,10 +3,10 @@ #include -#include "__charN_t.h" -#include "__rune.h" -#include "__u8view.h" #include "_attrs.h" +#include "_charN_t.h" +#include "_rune.h" +#include "_u8view.h" struct optparse { bool _b; -- cgit v1.2.3