(SMALL_ARG_MAX): Defined.

From-SVN: r4683
This commit is contained in:
Richard Stallman 1993-06-16 21:09:23 +00:00
parent d6272e453d
commit 7ae4fbf9e3
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif
/* Univel, at least, has a small ARG_MAX. Defining this is harmless
except for causing extra stat calls in the driver program. */
#define SMALL_ARG_MAX