ObjFW  Check-in [4634fc3d92]

Overview
Comment:Define USE_INLINE_STDARG in linklib
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | amiga-library
Files: files | file ages | folders
SHA3-256: 4634fc3d92dc7cf1e7752e8bd56a6fbc65ef4428090eada09ad236ba82138ad6
User & Date: js on 2021-09-15 18:54:11
Other Links: branch diff | manifest | tags
Context
2021-09-15
18:55
Fix include paths in linklib check-in: 5777011caf user: js tags: amiga-library
18:54
Define USE_INLINE_STDARG in linklib check-in: 4634fc3d92 user: js tags: amiga-library
17:59
Pass more required functions via the linklib check-in: e4f9514ea7 user: js tags: amiga-library
Changes

Modified src/linklib/init.m from [c01918ca3a] to [8dc0f9b700].

25
26
27
28
29
30
31

32
33
34
35
36
37
38
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39







+








#import "OFFileManager.h"
#import "OFRunLoop.h"

#import "macros.h"
#import "amiga-library.h"

#define USE_INLINE_STDARG
#include <proto/exec.h>
#include <proto/intuition.h>

struct ObjFWBase;

#if defined(OF_AMIGAOS_M68K)
# include <stabs.h>

Modified src/runtime/linklib/init.m from [2b38d578be] to [432b310839].

15
16
17
18
19
20
21

22
23
24
25
26
27
28
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







+








#include "config.h"

#import "ObjFWRT.h"
#import "private.h"
#import "amiga-library.h"

#define USE_INLINE_STDARG
#include <proto/exec.h>
#include <proto/intuition.h>

struct ObjFWRTBase;

#include <stdio.h>
#include <stdlib.h>