libjit.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Index: jit/jit-apply.c
  2. --- jit/jit-apply.c.orig 2004-04-22 03:52:11.000000000 +0200
  3. +++ jit/jit-apply.c 2004-04-29 22:16:22.000000000 +0200
  4. @@ -23,6 +23,7 @@
  5. #include "jit-apply-rules.h"
  6. #include "jit-apply-func.h"
  7. #include "jit-cache.h"
  8. +#include <stdlib.h>
  9. #if HAVE_ALLOCA_H
  10. #include <alloca.h>
  11. #endif
  12. Index: jit/jit-insn.c
  13. --- jit/jit-insn.c.orig 2004-04-26 13:09:36.000000000 +0200
  14. +++ jit/jit-insn.c 2004-04-29 22:16:38.000000000 +0200
  15. @@ -21,6 +21,7 @@
  16. #include "jit-internal.h"
  17. #include "jit-rules.h"
  18. #include <config.h>
  19. +#include <stdlib.h>
  20. #if HAVE_ALLOCA_H
  21. #include <alloca.h>
  22. #endif
  23. Index: jit/jit-interp.cpp
  24. --- jit/jit-interp.cpp.orig 2004-04-26 11:15:53.000000000 +0200
  25. +++ jit/jit-interp.cpp 2004-04-29 22:16:02.000000000 +0200
  26. @@ -30,6 +30,7 @@
  27. #include "jit-rules.h"
  28. #include "jit-memory.h"
  29. #include <config.h>
  30. +#include <stdlib.h>
  31. #if HAVE_ALLOCA_H
  32. #include <alloca.h>
  33. #endif
  34. Index: tools/gen-apply.c
  35. --- tools/gen-apply.c.orig 2004-04-23 09:27:04.000000000 +0200
  36. +++ tools/gen-apply.c 2004-04-29 22:17:05.000000000 +0200
  37. @@ -21,6 +21,7 @@
  38. #include <jit/jit-defs.h>
  39. #include "jit-apply-func.h"
  40. #include <stdio.h>
  41. +#include <stdlib.h>
  42. #include <config.h>
  43. #if HAVE_ALLOCA_H
  44. #include <alloca.h>