mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Avoid 'warning: use of old-style cast' in output code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user