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 1b2c459..c98ab98 100644
--- a/src/input.cc
+++ b/src/input.cc
@@ -1,5 +1,5 @@
/* Input routines.
- Copyright (C) 1989-1998, 2002-2003 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2002-2004 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -552,6 +552,11 @@ Input::read_input ()
option.set_wordlist_name (arg);
else
+ if (is_define_declaration (line, line_end, lineno,
+ "length-table-name", &arg))
+ option.set_lengthtable_name (arg);
+ else
+
if (is_declaration_with_arg (line, line_end, lineno,
"switch", &arg))
{