1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/yabasic/files/patch-ab
Steve Price 119254c786 Adding yabasic version 2.60.
Yet another Basic for Unix and Windows.

PR:		15016
Submitted by:	Frank Gruender <elwood@mc5sys.in-berlin.de>
1999-12-25 15:09:02 +00:00

12 lines
258 B
Plaintext

--- yabasic.bison.orig Sun Nov 7 15:22:19 1999
+++ yabasic.bison Fri Dec 24 13:48:57 1999
@@ -24,7 +24,7 @@
#include "yabasic.h" /* definitions of yabasic */
#endif
-#include <malloc.h>
+#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>