mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
aad79f3e3f
As80 is a lightweight 8080/8085 assembler for UN*X systems. PR: 24235 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
--- asm80.c.orig Sun Jan 14 14:08:12 2001
|
|
+++ asm80.c Thu Feb 15 10:55:50 2001
|
|
@@ -23,7 +23,6 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include "asm80.h"
|
|
|