summaryrefslogtreecommitdiffstats
path: root/development/dis6502/compilefix.diff
blob: 00a76e9d6534f884bb0c157391497bf7a002d74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur dis6502-0.12/lex.l dis6502-0.12.patched/lex.l
--- dis6502-0.12/lex.l	2004-01-17 18:25:28.000000000 -0500
+++ dis6502-0.12.patched/lex.l	2017-09-08 00:44:16.631761979 -0400
@@ -91,7 +91,7 @@
 emalloc(n)
 unsigned n;
 {
-	char *ptr, *malloc();
+	char *ptr;
 
 	if ((ptr = malloc(n)) == (char *) 0) {
 		(void) fprintf(stderr,"out of core");