changeset 4:b0ede725abca

buf: remove GCC attribute introduced by mistake
author David Demelier <markand@malikania.fr>
date Thu, 29 Oct 2020 19:56:59 +0100
parents 9c6b686f797d
children 956a8f2f5950
files buf-int.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buf-int.h	Thu Oct 29 17:40:28 2020 +0100
+++ b/buf-int.h	Thu Oct 29 19:56:59 2020 +0100
@@ -21,7 +21,7 @@
 
 struct buf;
 
-__attribute__ ((visibility ("hidden"))) bool
+bool
 _buf_growdbl(struct buf *, size_t);
 
 bool