bison-patches
[Top][All Lists]
Advanced

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

[PATCH 08/17] style: modernize lib/bitsetv-print.h


From: Akim Demaille
Subject: [PATCH 08/17] style: modernize lib/bitsetv-print.h
Date: Thu, 11 Oct 2018 13:31:39 +0200

---
 lib/bitsetv-print.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bitsetv-print.h b/lib/bitsetv-print.h
index f1ba1182..b706b04a 100644
--- a/lib/bitsetv-print.h
+++ b/lib/bitsetv-print.h
@@ -24,6 +24,6 @@
 #include "bitsetv.h"
 
 /* Dump vector of bitsets as a matrix.  */
-extern void bitsetv_matrix_dump (FILE *, const char *, bitsetv);
+void bitsetv_matrix_dump (FILE *, const char *, bitsetv);
 
 #endif  /* _BITSETV_H  */
-- 
2.19.1




reply via email to

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