diff options
Diffstat (limited to 'gcc/bi-opcode.c')
-rw-r--r-- | gcc/bi-opcode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/bi-opcode.c b/gcc/bi-opcode.c index 6b1ebe4..9e5799c 100644 --- a/gcc/bi-opcode.c +++ b/gcc/bi-opcode.c @@ -61,7 +61,8 @@ main(argc, argv) } /* Safely allocate NBYTES bytes of memory. Returns pointer to block of - memory. */ + memory. */ + char * xmalloc (nbytes) int nbytes; |