bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 12/17] style: modernize lib/ebitset.h


From: Akim Demaille
Subject: [PATCH 12/17] style: modernize lib/ebitset.h
Date: Thu, 11 Oct 2018 13:31:43 +0200

---
 lib/ebitset.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/ebitset.h b/lib/ebitset.h
index e8036cd4..97b9ee15 100644
--- a/lib/ebitset.h
+++ b/lib/ebitset.h
@@ -23,10 +23,10 @@
 
 #include "bitset.h"
 
-extern size_t ebitset_bytes (bitset_bindex);
+size_t ebitset_bytes (bitset_bindex);
 
-extern bitset ebitset_init (bitset, bitset_bindex);
+bitset ebitset_init (bitset, bitset_bindex);
 
-extern void ebitset_release_memory (void);
+void ebitset_release_memory (void);
 
 #endif
-- 
2.19.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]