summaryrefslogtreecommitdiff
path: root/src/input.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.cc')
-rw-r--r--src/input.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/input.cc b/src/input.cc
index e8a7831..c751e4c 100644
--- a/src/input.cc
+++ b/src/input.cc
@@ -1,5 +1,5 @@
/* Input routines.
- Copyright (C) 1989-1998, 2002-2004 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2002-2004, 2011 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -546,6 +546,11 @@ Input::read_input ()
else
if (is_define_declaration (line, line_end, lineno,
+ "constants-prefix", &arg))
+ option.set_constants_prefix (arg);
+ else
+
+ if (is_define_declaration (line, line_end, lineno,
"word-array-name", &arg))
option.set_wordlist_name (arg);
else