Remove "malloc.h" from rdoff/symtab.c - BSD build problem?

This commit is contained in:
Frank Kotler 2003-04-01 06:42:15 +00:00
parent b2f652eb8c
commit fac9abce80
2 changed files with 3 additions and 1 deletions

3
nasm.c
View File

@ -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) */

View File

@ -10,7 +10,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include "symtab.h"
#include "hash.h"