summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-03-10 15:01:00 +0000
committerBruno Haible <bruno@clisp.org>2003-03-10 15:01:00 +0000
commit6ba54862299937b54369f1d64f620ad2bc8fd60f (patch)
tree9069ea492a4d31083c86009b8322c3d6885e32c0 /src/options.h
parent9492f0dad7d0546e8efa62ee72ba7ce5d5899e55 (diff)
downloadgperf-6ba54862299937b54369f1d64f620ad2bc8fd60f.tar.gz
Make the option -s easier to use.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h
index 6053b45..2a20d57 100644
--- a/src/options.h
+++ b/src/options.h
@@ -155,7 +155,7 @@ public:
void set_total_switches (int total_switches);
/* Returns the factor by which to multiply the generated table's size. */
- int get_size_multiple () const;
+ float get_size_multiple () const;
/* Returns the generated function name. */
const char * get_function_name () const;
@@ -235,7 +235,7 @@ private:
int _total_switches;
/* Factor by which to multiply the generated table's size. */
- int _size_multiple;
+ float _size_multiple;
/* Names used for generated lookup function. */
const char * _function_name;