1-Dec-2002 21:37 Thomas Dickey wrote: > 2002-12-01 (2.8.5dev.11) > * in HTParse(), use single alloca instead of three malloc/free pairs -LP
diff -u -p -r LYNX2-8-.11/www/library/implemen/htutils.h LYNX2-8-/www/library/implemen/htutils.h --- LYNX2-8-.11/www/library/implemen/htutils.h Mon Dec 2 02:07:38 2002 +++ LYNX2-8-/www/library/implemen/htutils.h Tue Dec 3 01:03:16 2002 @@ -22,6 +22,7 @@ #ifdef DJGPP #include <sys/config.h> /* pseudo-autoconf values for DJGPP libc/headers */ #define HAVE_TRUNCATE 1 +#define HAVE_ALLOCA 1 #include <limits.h> #endif /* DJGPP */ ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
