summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-26 01:18:56 +0100
committerBruno Haible <bruno@clisp.org>2016-11-26 02:25:50 +0100
commit658e8264780d2cdd179c54428541ca4954a47b08 (patch)
tree49ba0501ac8406472dea7e37da3849c73142dc9b /src/output.h
parentbbe4d732f3540e2917d35d5ae49ba42869eebb3b (diff)
downloadgperf-658e8264780d2cdd179c54428541ca4954a47b08.tar.gz
Avoid 'warning: use of old-style cast' in output code.
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h
index 6f61a04..397cde6 100644
--- a/src/output.h
+++ b/src/output.h
@@ -2,7 +2,7 @@
/* Output routines.
- Copyright (C) 1989-1998, 2000, 2002-2003, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2003, 2009, 2016 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -71,6 +71,9 @@ private:
/* Outputs the maximum and minimum hash values etc. */
void output_constants (struct Output_Constants&) const;
+ /* Generates a C expression for an asso_values[] index. */
+ void output_asso_values_index (int pos) const;
+
/* Generates a C expression for an asso_values[] reference. */
void output_asso_values_ref (int pos) const;