From 5ac5f15a74858f03b2f987a785ae2c9d10b6a28c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Jan 2011 16:43:45 +0100 Subject: New option --constants-prefix. --- src/options.icc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/options.icc') diff --git a/src/options.icc b/src/options.icc index 6b8bc43..f766ec3 100644 --- a/src/options.icc +++ b/src/options.icc @@ -1,6 +1,6 @@ /* Inline Functions for options.{h,cc}. - Copyright (C) 1989-1998, 2000, 2002-2004 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2004, 2011 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . @@ -140,6 +140,13 @@ Options::get_stringpool_name () const return _stringpool_name; } +/* Returns the prefix for the constants. */ +INLINE const char * +Options::get_constants_prefix () const +{ + return _constants_prefix; +} + /* Returns the string used to delimit keywords from other attributes. */ INLINE const char * Options::get_delimiters () const -- cgit v1.2.1