mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
71be5c0edb
PR: 3871 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
*** 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) \
|