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

@@ -142,11 +142,6 @@ extern Options option;
#endif
#endif
/* Set to 1 if the stack is large enough for holding a text line. */
#ifndef LARGE_STACK
#define LARGE_STACK 1
#endif
#ifdef __OPTIMIZE__
#define INLINE inline