mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Remove "malloc.h" from rdoff/symtab.c - BSD build problem?
This commit is contained in:
parent
b2f652eb8c
commit
fac9abce80
3
nasm.c
3
nasm.c
@ -408,6 +408,9 @@ static int process_arg (char *p, char *q)
|
||||
++param;
|
||||
opt_verbose_info = TRUE;
|
||||
opt = 0;
|
||||
} else { /* garbage */
|
||||
opt = -99;
|
||||
break;
|
||||
}
|
||||
}
|
||||
} /* while (*param) */
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include "symtab.h"
|
||||
#include "hash.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user