Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).

It causes internal compiler errors and sig 11's with GCC 2.95.2.
This commit is contained in:
David E. O'Brien 1999-11-15 07:57:13 +00:00
parent 0e2abe6daa
commit aa2b357d9e

View File

@ -96,7 +96,3 @@ Boston, MA 02111-1307, USA. */
/* Tell libgcc2.c that FreeBSD targets support atexit(3). */
#define HAVE_ATEXIT
/* Our malloc can allocte pagesized blocks efficiently. The default size
of 4072 bytes is not optimal on the i386 nor the Alpha. */
#define OBSTACK_CHUNK_SIZE (getpagesize())