mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
try to build with correct ffcall/ffi depending on target system
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
01a7d37860
commit
7084039296
4 changed files with 52 additions and 6 deletions
|
@ -135,6 +135,9 @@ struct NCTbl; /* Notification Center Table structure */
|
|||
* each -addObserver... request. It holds the requested selector,
|
||||
* name and object. Each struct is placed in one LinkedList,
|
||||
* as keyed by the NAME/OBJECT parameters.
|
||||
* If 'next' is 0 then the observation is unused (ie it has been
|
||||
* removed from, or not yet added to any list). The end of a
|
||||
* list is marked by 'next' being set to 'ENDOBS'.
|
||||
*/
|
||||
|
||||
typedef struct Obs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue