summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/src/options.icc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gperf/src/options.icc')
-rw-r--r--contrib/gperf/src/options.icc10
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/gperf/src/options.icc b/contrib/gperf/src/options.icc
index 0d9668f..82fe537 100644
--- a/contrib/gperf/src/options.icc
+++ b/contrib/gperf/src/options.icc
@@ -1,6 +1,6 @@
/* Inline Functions for options.{h,cc}.
- Copyright (C) 1989-1998 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is part of GNU GPERF.
@@ -118,6 +118,14 @@ Options::get_key_name (void)
return key_name;
}
+/* Returns the struct initializer suffix. */
+INLINE const char *
+Options::get_initializer_suffix (void)
+{
+ T (Trace t ("Options::get_initializer_suffix");)
+ return initializer_suffix;
+}
+
/* Returns the hash function name. */
INLINE const char *
Options::get_hash_name (void)
OpenPOWER on IntegriCloud