summaryrefslogtreecommitdiff
path: root/src/bool-array.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-08 13:47:23 +0000
committerBruno Haible <bruno@clisp.org>2002-11-08 13:47:23 +0000
commit643c2cab823756c6ad7c42997b6588eff8a28db9 (patch)
tree7bf1efeae38a07f6906623f35731cf129f293879 /src/bool-array.h
parent0378cf3b0067f156501dcfcc98f94f67a2b092bd (diff)
downloadgperf-643c2cab823756c6ad7c42997b6588eff8a28db9.tar.gz
Simplify function declarations.
Diffstat (limited to 'src/bool-array.h')
-rw-r--r--src/bool-array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bool-array.h b/src/bool-array.h
index 6450723..01c0f08 100644
--- a/src/bool-array.h
+++ b/src/bool-array.h
@@ -39,10 +39,10 @@ public:
Bool_Array (unsigned int s);
/* Frees this object. */
- ~Bool_Array (void);
+ ~Bool_Array ();
/* Resets all bits to zero. */
- void clear (void);
+ void clear ();
/* Sets the specified bit to one. Returns its previous value (0 or 1). */
int set_bit (unsigned int index);