ObjFW  Diff

Differences From Artifact [67e48517bd]:

To Artifact [ddffadab35]:


268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
268
269
270
271
272
273
274



275
276
277
278
279
280
281







-
-
-







#  include <ppcinline/macros.h>
#  define OBJC_M68K_ARG(type, name, reg) type name = (type)REG_##reg;
# else
#  define OBJC_M68K_ARG(type, name, reg)	\
	register type reg_##name __asm__(#reg);	\
	type name = reg_##name;
# endif
# undef stdout
# undef stderr
extern FILE *_Nonnull stdout, *_Nonnull stderr;
#endif

extern void objc_register_all_categories(struct objc_symtab *_Nonnull);
extern struct objc_category *_Nullable *_Nullable
    objc_categories_for_class(Class _Nonnull);
extern void objc_unregister_all_categories(void);
extern void objc_initialize_class(Class _Nonnull);