1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- gwm-parsers/y.tab.c.orig Fri Dec 8 16:53:50 1995 +++ gwm-parsers/y.tab.c Fri Sep 8 00:23:43 2000 @@ -49,9 +49,9 @@ # define RIGHTBRA 266 # define NAME 267 -#include <malloc.h> +#include <stdlib.h> #include <memory.h> -#include <values.h> +#include <limits.h> #ifdef __cplusplus