freebsd-ports/cad/felt/files/patch-ac
Masafumi Max NAKANE 71be5c0edb Upgrade, 3.01 -> 3.02.
PR:		3871
Submitted by:	Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
1997-06-16 05:45:10 +00:00

16 lines
331 B
Text

*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997
--- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997
***************
*** 28,34 ****
--- 28,38 ----
# ifndef _ALLOCATE_H
# define _ALLOCATE_H
+ #ifdef __STDC__
+ #include <stdlib.h>
+ #else
# include <malloc.h>
+ #endif
# include <string.h>
# define New(type) \