Ovidiu Predescu
406515b276
Added __objc_msg_forward...
...
Added __objc_msg_forward, a hook that allows external libraries to
provide a function that returns the real forwarding function. This can
alleviate problems __builtin_apply() and friends have on various
platforms. (Solution suggested by Helge Hess.)
From-SVN: r38651
2001-01-03 08:49:34 +00:00
Kaveh R. Ghazi
8dd8d754d2
* objc/hash.h: Include string.h.
...
From-SVN: r35019
2000-07-13 18:56:49 +00:00
Zack Weinberg
2e3120e80d
Protocol.h, [...]: Change #endif labels to comments.
...
* objc/Protocol.h, objc/objc-list.h: Change #endif labels to
comments.
From-SVN: r32812
2000-03-29 20:19:06 +00:00
Richard Frith-Macdonald
1df287f8fb
encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
...
* encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
(objc_get_type_qualifiers): Similarly.
* objc/encoding.h (_C_BYREF): Define.
(_F_BYREF): Define.
From-SVN: r22917
1998-10-08 05:23:35 -06:00
David S. Miller
07181a20e3
sarray.h: Make boffset be an unsigned long when sparc so it works out on 64-bit systems.
...
* objc/sarray.h: Make boffset be an unsigned long when sparc so it
works out on 64-bit systems.
From-SVN: r22881
1998-10-06 19:21:54 -07:00
Jeffrey A Law
789eb4f550
* All .h files pushed down into the objc/ subdirectory.
...
* Makefile.in (copy_headers): Corresponding changes.
* configure.in (AC_INIT): Corresponding changes.
* configure: Rebuilt.
From-SVN: r22664
1998-09-30 02:17:56 -06:00