1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Don't assume a huge stack.

This commit is contained in:
Bruno Haible
2002-10-18 11:47:02 +00:00
parent a6fd7cc006
commit 74672acb3e
8 changed files with 177 additions and 72 deletions

View File

@@ -1,5 +1,14 @@
2002-10-03 Bruno Haible <bruno@clisp.org>
* lib/getline.h: New file.
* lib/getline.cc: New file.
* lib/Makefile.in (OBJECTS): Add getline.o.
(getline.o): New rule.
* src/read-line.h (Read_Line::readln_aux): Remove declaration.
* src/read-line.cc (Read_Line::readln_aux): Remove function.
* src/read-line.icc (Read_Line::get_line): Use ::get_line.
* src/options.h (LARGE_STACK): Remove macro.
* src/bool-array.h (STORAGE_TYPE): Remove type.
Use 'unsigned int' instead of STORAGE_TYPE.
* src/bool-array.cc: Likewise.