patch-eval_l_c 418 B

12345678910111213141516
  1. $OpenBSD: patch-eval_l_c,v 1.1 2016/06/13 19:59:25 landry Exp $
  2. --- eval_l.c.orig Mon Jun 13 13:34:54 2016
  3. +++ eval_l.c Mon Jun 13 13:35:07 2016
  4. @@ -560,11 +560,7 @@ char *fftext;
  5. #include <math.h>
  6. #include <string.h>
  7. #include <ctype.h>
  8. -#ifdef sparc
  9. -#include <malloc.h>
  10. -#else
  11. #include <stdlib.h>
  12. -#endif
  13. #include "eval_defs.h"
  14. ParseData gParse; /* Global structure holding all parser information */