| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- Index: jit/jit-apply.c
- --- jit/jit-apply.c.orig 2004-04-22 03:52:11.000000000 +0200
- +++ jit/jit-apply.c 2004-04-29 22:16:22.000000000 +0200
- @@ -23,6 +23,7 @@
- #include "jit-apply-rules.h"
- #include "jit-apply-func.h"
- #include "jit-cache.h"
- +#include <stdlib.h>
- #if HAVE_ALLOCA_H
- #include <alloca.h>
- #endif
- Index: jit/jit-insn.c
- --- jit/jit-insn.c.orig 2004-04-26 13:09:36.000000000 +0200
- +++ jit/jit-insn.c 2004-04-29 22:16:38.000000000 +0200
- @@ -21,6 +21,7 @@
- #include "jit-internal.h"
- #include "jit-rules.h"
- #include <config.h>
- +#include <stdlib.h>
- #if HAVE_ALLOCA_H
- #include <alloca.h>
- #endif
- Index: jit/jit-interp.cpp
- --- jit/jit-interp.cpp.orig 2004-04-26 11:15:53.000000000 +0200
- +++ jit/jit-interp.cpp 2004-04-29 22:16:02.000000000 +0200
- @@ -30,6 +30,7 @@
- #include "jit-rules.h"
- #include "jit-memory.h"
- #include <config.h>
- +#include <stdlib.h>
- #if HAVE_ALLOCA_H
- #include <alloca.h>
- #endif
- Index: tools/gen-apply.c
- --- tools/gen-apply.c.orig 2004-04-23 09:27:04.000000000 +0200
- +++ tools/gen-apply.c 2004-04-29 22:17:05.000000000 +0200
- @@ -21,6 +21,7 @@
- #include <jit/jit-defs.h>
- #include "jit-apply-func.h"
- #include <stdio.h>
- +#include <stdlib.h>
- #include <config.h>
- #if HAVE_ALLOCA_H
- #include <alloca.h>
|