ObjFW  Diff

Differences From Artifact [979591be16]:

  • File src/runtime/lookup.m — part of check-in [129f90b580] at 2012-03-04 20:20:52 on branch runtime — Import and integrate ObjFW-RT. (user: js size: 1724)

To Artifact [29b33e14c4]:

  • File src/runtime/lookup.m — part of check-in [3dbfc001c0] at 2012-03-06 17:18:06 on branch runtime — Get rid of src/runtime/asm and move the files to src/runtime. Subdirectories don't really work without traversing them and having a Makefile in them and it's not really worth the effort for just 2 files. (user: js size: 1723)

15
16
17
18
19
20
21
22

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

22
23
24
25
26
27
28
29







-
+







 */

#include "config.h"

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

#import  "runtime.h"
#import "runtime.h"
#import "runtime-private.h"
#import "macros.h"

static IMP not_found_handler(id, SEL);
IMP (*objc_forward_handler)(id, SEL) = not_found_handler;

static IMP