bison-patches
[Top][All Lists]
Advanced

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

[PATCH 14/17] style: modernize lib/lbitset.h


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

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

diff --git a/lib/lbitset.h b/lib/lbitset.h
index 4aced06d..b9d266da 100644
--- a/lib/lbitset.h
+++ b/lib/lbitset.h
@@ -23,10 +23,10 @@
 
 #include "bitset.h"
 
-extern size_t lbitset_bytes (bitset_bindex);
+size_t lbitset_bytes (bitset_bindex);
 
-extern bitset lbitset_init (bitset, bitset_bindex);
+bitset lbitset_init (bitset, bitset_bindex);
 
-extern void lbitset_release_memory (void);
+void lbitset_release_memory (void);
 
 #endif
-- 
2.19.1




reply via email to

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