From cfb91e263c22f6f81ae05a2027a2befac6d41e06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:50:50 +0200 Subject: Add --reserved-name option --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 11a1776..12cb277 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -65,3 +65,9 @@ guard_prefix () const return guard_prefix_; } +inline std::map const& options:: +reserved_name () const +{ + return reserved_name_; +} + -- cgit v1.1