Differences From Artifact [7206ddd280]:
- File
src/runtime/linklib/linklib.m
— part of check-in
[46a4547451]
at
2018-05-20 10:30:01
on branch trunk
— runtime/linklib: Fix a typo
This resulted in infinite recursion. (user: js, size: 9822) [annotate] [blame] [check-ins using]
To Artifact [127b4c9eeb]:
- File
src/runtime/linklib/linklib.m
— part of check-in
[b31bd48f90]
at
2018-05-26 14:49:26
on branch trunk
— Remove #define INTUITION_CLASSES_H hack
This has been fixed upstream in amiga-gcc. (user: js, size: 9763) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
17 18 19 20 21 22 23 | #include "config.h" #import "ObjFW_RT.h" #import "private.h" #import "macros.h" | < < < | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | #include "config.h" #import "ObjFW_RT.h" #import "private.h" #import "macros.h" #include <proto/exec.h> #import "inline.h" #include <stdio.h> #include <stdlib.h> |
︙ | ︙ |