projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b836d
)
Portability fix, thanks to Markus F.X.J. Oberhumer.
author
Chris Lattner
<sabre@nondot.org>
Thu, 16 Dec 2004 04:56:34 +0000
(
04:56
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 16 Dec 2004 04:56:34 +0000
(
04:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18977
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/Burg/zalloc.c
patch
|
blob
|
history
diff --git
a/utils/Burg/zalloc.c
b/utils/Burg/zalloc.c
index 9128e4280f20b73c6e12418a2d4818d71d1265be..526c52d85d3c2b3c4122c1959b7c322a93af313c 100644
(file)
--- a/
utils/Burg/zalloc.c
+++ b/
utils/Burg/zalloc.c
@@
-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)
{