mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Portability fix, thanks to Markus F.X.J. Oberhumer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8b836d019
commit
2fb645ac47
@ -2,12 +2,9 @@ char rcsid_zalloc[] = "$Id$";
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "b.h"
|
||||
|
||||
extern void exit ARGS((int));
|
||||
extern void free ARGS((void *));
|
||||
extern void *malloc ARGS((unsigned));
|
||||
|
||||
int
|
||||
fatal(const char *name, int line)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user