2002-09-27 12:44:47 +02:00
|
|
|
This is the GCC/GNUstep objective C runtime.
|
|
|
|
|
|
|
|
The runtime is modeled after the NeXT Objective C runtime. That is, most
|
|
|
|
functions have semantics as it is known from the NeXT. The names, however,
|
|
|
|
have changed. All runtime API functions have names of lowercase letters
|
2003-05-06 19:40:18 +02:00
|
|
|
and underscores as opposed to the `traditional' mixed case names.
|