* config/pa/xm-hppah.h (malloc): Really delete declaration

(MALLOC_INCOMPATIBLE): Really delete macro.
* cli/cli-cmds.c (apropos_command): Use xcalloc.
This commit is contained in:
Andrew Cagney
2001-03-28 23:21:43 +00:00
parent 93d56215df
commit 2e94c45304
5 changed files with 12 additions and 9 deletions

View File

@ -542,7 +542,7 @@ apropos_command (char *searchstr, int from_tty)
regex_t pattern;
char *pattern_fastmap;
char errorbuffer[512];
pattern_fastmap=calloc(256,sizeof(char));
pattern_fastmap = xcalloc (256, sizeof (char));
if (searchstr == NULL)
error("REGEXP string is empty");